[PATCH] D132377: [clang][dataflow] Add `SetupTest` parameter for `AnalysisInputs`.
weiyi via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 22 07:33:33 PDT 2022
wyt created this revision.
Herald added subscribers: martong, xazax.hun.
Herald added a project: All.
wyt requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Moves the work required for retrieving annotation states into the `SetupTest` and `PostVisitCFG` callback to avoid having to run a separate pass over the CFG after analysis has completed.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132377
Files:
clang/unittests/Analysis/FlowSensitive/TestingSupport.cpp
clang/unittests/Analysis/FlowSensitive/TestingSupport.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132377.454500.patch
Type: text/x-patch
Size: 11799 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220822/fb2e07d5/attachment-0001.bin>
More information about the cfe-commits
mailing list