]> granicus.if.org Git - clang/commit
Reland "[analyzer] Add an example plugin for checker dependency handling"
authorKristof Umann <kristof.umann@ericsson.com>
Thu, 16 May 2019 13:22:04 +0000 (13:22 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Thu, 16 May 2019 13:22:04 +0000 (13:22 +0000)
commit2b469b71cbf579c95af77cbdd667f17965a0fb0f
tree2b9953dc36980e62dcd287684e91d7232e54ec5a
parenteffb4994daa210879cc375c55141296e93b27534
Reland "[analyzer] Add an example plugin for checker dependency handling"

Buildbots complained that they couldn't find the newly added plugins.

The solution was to move the check-clang cmake target closer to the bottom of
the file, after the new dependencies are added.

Differential Revision: https://reviews.llvm.org/D59464

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360891 91177308-0d34-0410-b5e6-96231b3b80d8
examples/CMakeLists.txt
test/Analysis/checker-plugins.c
test/Analysis/lit.local.cfg
test/Analysis/plugins/CMakeLists.txt [new file with mode: 0644]
test/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt [new file with mode: 0644]
test/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandling.cpp [new file with mode: 0644]
test/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyHandlingAnalyzerPlugin.exports [moved from examples/analyzer-plugin/SampleAnalyzerPlugin.exports with 100% similarity]
test/Analysis/plugins/SampleAnalyzer/CMakeLists.txt [moved from examples/analyzer-plugin/CMakeLists.txt with 100% similarity]
test/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp [moved from examples/analyzer-plugin/MainCallChecker.cpp with 74% similarity]
test/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports [new file with mode: 0644]
test/CMakeLists.txt