[PATCH] D62619: [analyzer][Dominators] Add a control dependency calculator + a new debug checker
Kristóf Umann via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jun 16 15:37:17 PDT 2019
Szelethus updated this revision to Diff 204972.
Szelethus retitled this revision from "[analyzer][Dominators] Add a control dependency tree builder + a new debug checker" to "[analyzer][Dominators] Add a control dependency calculator + a new debug checker".
Szelethus edited the summary of this revision.
Szelethus added a comment.
Now using `llvm::IDFCalculator`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62619/new/
https://reviews.llvm.org/D62619
Files:
clang/include/clang/Analysis/Analyses/Dominators.h
clang/include/clang/StaticAnalyzer/Checkers/Checkers.td
clang/lib/StaticAnalyzer/Checkers/DebugCheckers.cpp
clang/test/Analysis/domtest.c
clang/test/Analysis/domtest.cpp
clang/unittests/Analysis/CFGDominatorTree.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62619.204972.patch
Type: text/x-patch
Size: 16054 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190616/8b436085/attachment-0001.bin>
More information about the cfe-commits
mailing list