This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c5df29be09 [analyzer] Fix string not being formatted with extra arguments new cac78d3471 [analyzer] Allow registering custom statically-linked analyz [...]
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: .../StaticAnalyzer/Frontend/AnalysisConsumer.h | 15 ++++ .../StaticAnalyzer/Frontend/CheckerRegistration.h | 10 ++- lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp | 11 ++- .../Frontend/CheckerRegistration.cpp | 13 ++-- unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp | 2 +- unittests/StaticAnalyzer/CMakeLists.txt | 5 +- .../StaticAnalyzer/RegisterCustomCheckersTest.cpp | 80 ++++++++++++++++++++++ 7 files changed, 125 insertions(+), 11 deletions(-) create mode 100644 unittests/StaticAnalyzer/RegisterCustomCheckersTest.cpp