[all-commits] [llvm/llvm-project] 3353f7: Revert "[dataflow] use true/false literals in form...
dyung via All-commits
all-commits at lists.llvm.org
Fri Sep 22 11:45:01 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3353f7dd3d91c9b2b6a15ba9229bee53e0cb8196
https://github.com/llvm/llvm-project/commit/3353f7dd3d91c9b2b6a15ba9229bee53e0cb8196
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2023-09-22 (Fri, 22 Sep 2023)
Changed paths:
M clang/include/clang/Analysis/FlowSensitive/Arena.h
M clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
M clang/include/clang/Analysis/FlowSensitive/Formula.h
M clang/lib/Analysis/FlowSensitive/Arena.cpp
M clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
M 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/TestingSupport.h
M clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
Log Message:
-----------
Revert "[dataflow] use true/false literals in formulas, rather than variables"
This reverts commit 36bd5bd888f193b70abf43a09bb4fc04cd2a2ff1.
This change is causing a test failure on several build bots:
- https://lab.llvm.org/buildbot/#/builders/139/builds/50255
- https://lab.llvm.org/buildbot/#/builders/216/builds/27735
- https://lab.llvm.org/buildbot/#/builders/247/builds/9334
More information about the All-commits
mailing list