[PATCH] D129548: [clang][dataflow] Generate readable form of input and output of satisfiability checking for debugging purposes.
weiyi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 12 05:07:29 PDT 2022
wyt updated this revision to Diff 443917.
wyt added a comment.
Use std::vector as input to `debugString` to maintain order stability of boolean constraints to enable testing. `debugString` which takes a `llvm::DenseSet<BoolValue*>` is now a wrapper around the logic applied to std::vector.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129548/new/
https://reviews.llvm.org/D129548
Files:
clang/include/clang/Analysis/FlowSensitive/DebugSupport.h
clang/lib/Analysis/FlowSensitive/DebugSupport.cpp
clang/unittests/Analysis/FlowSensitive/DebugSupportTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129548.443917.patch
Type: text/x-patch
Size: 13828 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220712/14358ec1/attachment-0001.bin>
More information about the cfe-commits
mailing list