This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8bc13c884727: [clang][dataflow] Add
`AnalysisInputs::withSolverFactory()`. (authored by mboehme).
Repository:
rG LLVM Github Monorepo
CHANGES SIN
mboehme added a comment.
libcxx failure looks unrelated
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154833/new/
https://reviews.llvm.org/D154833
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.
Comment at: clang/unittests/Analysis/FlowSensitive/TestingSupport.h:180
+ /// SAT solver factory.
+ std::function()> SolverFactory = [] {
+return std::make_un
mboehme created this revision.
Herald added subscribers: martong, xazax.hun.
Herald added a project: All.
mboehme requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D154833
Files