This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3d55536c10 [test] Fix plugin tests new 4ec0ef8a5e Revert [test] Fix plugin tests
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: lib/Analysis/CMakeLists.txt | 2 -- lib/Analysis/plugins/CMakeLists.txt | 5 ----- lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt | 10 --------- test/Analysis/lit.local.cfg | 2 ++ test/Analysis/plugins/CMakeLists.txt | 12 ++++++++++ .../CheckerDependencyHandling/CMakeLists.txt | 15 +++++++------ .../CheckerDependencyHandling.cpp | 0 ...CheckerDependencyHandlingAnalyzerPlugin.exports | 0 .../plugins/CheckerOptionHandling/CMakeLists.txt | 15 +++++++------ .../CheckerOptionHandling.cpp | 0 .../CheckerOptionHandlingAnalyzerPlugin.exports | 0 .../Analysis/plugins/SampleAnalyzer/CMakeLists.txt | 11 +++++++++ .../plugins/SampleAnalyzer/MainCallChecker.cpp | 0 .../SampleAnalyzer/SampleAnalyzerPlugin.exports | 0 test/CMakeLists.txt | 26 +++++++++++++++++----- 15 files changed, 61 insertions(+), 37 deletions(-) delete mode 100644 lib/Analysis/plugins/CMakeLists.txt delete mode 100644 lib/Analysis/plugins/SampleAnalyzer/CMakeLists.txt create mode 100644 test/Analysis/plugins/CMakeLists.txt rename {lib => test}/Analysis/plugins/CheckerDependencyHandling/CMakeLists.txt (51%) rename {lib => test}/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyH [...] rename {lib => test}/Analysis/plugins/CheckerDependencyHandling/CheckerDependencyH [...] rename {lib => test}/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt (50%) rename {lib => test}/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling. [...] rename {lib => test}/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandlingA [...] create mode 100644 test/Analysis/plugins/SampleAnalyzer/CMakeLists.txt rename {lib => test}/Analysis/plugins/SampleAnalyzer/MainCallChecker.cpp (100%) rename {lib => test}/Analysis/plugins/SampleAnalyzer/SampleAnalyzerPlugin.exports (100%)