[PATCH] D59464: [analyzer] Add an example plugin for checker dependency handling
Kristóf Umann via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 16 06:19:53 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL360891: Reland "[analyzer] Add an example plugin for checker dependency handling" (authored by Szelethus, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59464?vs=199663&id=199807#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59464/new/
https://reviews.llvm.org/D59464
Files:
cfe/trunk/examples/CMakeLists.txt
cfe/trunk/examples/analyzer-plugin/CMakeLists.txt
cfe/trunk/examples/analyzer-plugin/MainCallChecker.cpp
cfe/trunk/examples/analyzer-plugin/SampleAnalyzerPlugin.exports
cfe/trunk/test/Analysis/checker-plugins.c
cfe/trunk/test/Analysis/lit.local.cfg
cfe/trunk/test/Analysis/plugins/CMakeLists.txt
cfe/trunk/test/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt
cfe/trunk/test/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp
cfe/trunk/test/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports
cfe/trunk/test/Analysis/plugins/SampleAnalyzer/CMakeLists.txt
cfe/trunk/test/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp
cfe/trunk/test/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports
cfe/trunk/test/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59464.199807.patch
Type: text/x-patch
Size: 13292 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190516/5ce042be/attachment.bin>
More information about the llvm-commits
mailing list