Reland "[dataflow] Add dedicated representation of boolean formulas"
authorSam McCall <sam.mccall@gmail.com>
Wed, 5 Jul 2023 09:35:06 +0000 (11:35 +0200)
committerSam McCall <sam.mccall@gmail.com>
Wed, 5 Jul 2023 11:35:16 +0000 (13:35 +0200)
commit1c3ac8dfa16c42a631968aadd0396cfe7f7778e0
treefe2f58d811550dc442a44468d061b1f587c67091
parent67e94c9dc8ff7ac49f2557e02fdf375edd850d76
Reland "[dataflow] Add dedicated representation of boolean formulas"

This reverts commit 7a72ce98224be76d9328e65eee472381f7c8e7fe.

Test problems were due to unspecified order of function arg evaluation.
15 files changed:
clang/include/clang/Analysis/FlowSensitive/Arena.h
clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
clang/include/clang/Analysis/FlowSensitive/Formula.h [new file with mode: 0644]
clang/include/clang/Analysis/FlowSensitive/Solver.h
clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h
clang/lib/Analysis/FlowSensitive/Arena.cpp
clang/lib/Analysis/FlowSensitive/CMakeLists.txt
clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
clang/lib/Analysis/FlowSensitive/Formula.cpp [new file with mode: 0644]
clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
clang/unittests/Analysis/FlowSensitive/ArenaTest.cpp
clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
clang/unittests/Analysis/FlowSensitive/TestingSupport.h