This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fbfd4cc0b4 [analyzer] RetainCount: Fix os_returns_retained_on_zero with [...] new cf1fe2247e [analyzer] Add a test for plugins using checker dependencies
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: examples/CMakeLists.txt | 3 --- test/Analysis/checker-plugins.c | 26 ++++++++++++++++++-- test/Analysis/lit.local.cfg | 2 ++ test/Analysis/plugins/CMakeLists.txt | 10 ++++++++ .../CheckerDependencyHandling/CMakeLists.txt | 11 +++++++++ .../CheckerDependencyHandling.cpp | 28 ++++++++++++++++++++++ ...CheckerDependencyHandlingAnalyzerPlugin.exports | 0 .../plugins/SampleAnalyzer}/CMakeLists.txt | 0 .../plugins/SampleAnalyzer}/MainCallChecker.cpp | 18 +++++++------- .../SampleAnalyzer}/SampleAnalyzerPlugin.exports | 0 test/CMakeLists.txt | 4 +++- 11 files changed, 87 insertions(+), 15 deletions(-) create mode 100644 test/Analysis/plugins/CMakeLists.txt create mode 100644 test/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt create mode 100644 test/Analysis/plugins/CheckerDependencyHandling/CheckerDependen [...] copy examples/analyzer-plugin/SampleAnalyzerPlugin.exports => test/Analysis/plugin [...] rename {examples/analyzer-plugin => test/Analysis/plugins/SampleAnalyzer}/CMakeLis [...] rename {examples/analyzer-plugin => test/Analysis/plugins/SampleAnalyzer}/MainCall [...] rename {examples/analyzer-plugin => test/Analysis/plugins/SampleAnalyzer}/SampleAn [...]