[PATCH] D153485: [dataflow] use true/false literals in formulas, rather than variables
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 22 08:14:34 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG36bd5bd888f1: [dataflow] use true/false literals in formulas, rather than variables (authored by sammccall).
Changed prior to commit:
https://reviews.llvm.org/D153485?vs=537304&id=557245#toc
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153485/new/
https://reviews.llvm.org/D153485
Files:
clang/include/clang/Analysis/FlowSensitive/Arena.h
clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h
clang/include/clang/Analysis/FlowSensitive/Formula.h
clang/lib/Analysis/FlowSensitive/Arena.cpp
clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
clang/lib/Analysis/FlowSensitive/Formula.cpp
clang/lib/Analysis/FlowSensitive/WatchedLiteralsSolver.cpp
clang/unittests/Analysis/FlowSensitive/ArenaTest.cpp
clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
clang/unittests/Analysis/FlowSensitive/TestingSupport.h
clang/unittests/Analysis/FlowSensitive/TransferTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153485.557245.patch
Type: text/x-patch
Size: 17375 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230922/ca70ee4c/attachment.bin>
More information about the cfe-commits
mailing list