[all-commits] [llvm/llvm-project] 7a72ce: Revert "[dataflow] Add dedicated representation of...
Tom Weaver via All-commits
all-commits at lists.llvm.org
Tue Jul 4 06:07:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7a72ce98224be76d9328e65eee472381f7c8e7fe
https://github.com/llvm/llvm-project/commit/7a72ce98224be76d9328e65eee472381f7c8e7fe
Author: Tom Weaver <Tom.Weaver at Sony.com>
Date: 2023-07-04 (Tue, 04 Jul 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Arena.h
M clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
R clang/include/clang/Analysis/FlowSensitive/Formula.h
M clang/include/clang/Analysis/FlowSensitive/Solver.h
M clang/include/clang/Analysis/FlowSensitive/WatchedLiteralsSolver.h
M clang/lib/Analysis/FlowSensitive/Arena.cpp
M clang/lib/Analysis/FlowSensitive/CMakeLists.txt
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
R clang/lib/Analysis/FlowSensitive/Formula.cpp
M clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
M clang/unittests/Analysis/FlowSensitive/ArenaTest.cpp
M clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
M clang/unittests/Analysis/FlowSensitive/SolverTest.cpp
M clang/unittests/Analysis/FlowSensitive/TestingSupport.h
Log Message:
-----------
Revert "[dataflow] Add dedicated representation of boolean formulas"
This reverts commit 2fd614efc1bb9c27f1bc6c3096c60a7fe121e274.
Commit caused failures on the following two build bots:
http://45.33.8.238/win/80815/step_7.txt
https://lab.llvm.org/buildbot/#/builders/139/builds/44269
More information about the All-commits
mailing list