This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 135318869f ftime-trace as a CoreOption new 130af81e91 [analyzer] Add a test plugin for checker option handling
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: test/Analysis/checker-plugins.c | 15 ++++++++ test/Analysis/plugins/CMakeLists.txt | 2 + .../plugins/CheckerOptionHandling/CMakeLists.txt | 11 ++++++ .../CheckerOptionHandling.cpp | 43 ++++++++++++++++++++++ .../CheckerOptionHandlingAnalyzerPlugin.exports} | 0 5 files changed, 71 insertions(+) create mode 100644 test/Analysis/plugins/CheckerOptionHandling/CMakeLists.txt create mode 100644 test/Analysis/plugins/CheckerOptionHandling/CheckerOptionHandling.cpp copy test/Analysis/plugins/{CheckerDependencyHandling/CheckerDependencyHandlingAna [...]