ymandel added inline comments.
================ Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupport.h:47-48 +template <typename Lattice, + typename = decltype(std::declval<std::ostream &>() + << std::declval<const Lattice &>())> +std::ostream &operator<<(std::ostream &OS, ---------------- This SFINAE guard doesn't work on some platforms, as evidenced by the many buildbot failures after commit. Any suggestions for 1) what's wrong 2) how to configure my local build to replicate the breakage would be appreciated. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D115341/new/ https://reviews.llvm.org/D115341 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits