[PATCH] D128363: [clang][dataflow] Implement functionality for flow condition variable substitution.
weiyi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 27 01:11:44 PDT 2022
wyt updated this revision to Diff 440119.
wyt marked an inline comment as done.
wyt added a comment.
Address comments - add example to `buildAndSubstituteFlowCondition` doc comment, add tests for atomic and negated flow condition.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128363/new/
https://reviews.llvm.org/D128363
Files:
clang/include/clang/Analysis/FlowSensitive/DataflowAnalysisContext.h
clang/lib/Analysis/FlowSensitive/DataflowAnalysisContext.cpp
clang/unittests/Analysis/FlowSensitive/DataflowAnalysisContextTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D128363.440119.patch
Type: text/x-patch
Size: 13667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220627/cd5f79ed/attachment.bin>
More information about the cfe-commits
mailing list