This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9d7b595 [analyzer] Model base to derived casts more precisely. new b4c0db2 Fixes calculateRangesAfterReplacements crash when Replacement [...] new f12ee3b [analyzer] Command line option to show enabled checker list.
The 2 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: include/clang/Driver/CC1Options.td | 3 +++ .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 2 ++ .../clang/StaticAnalyzer/Core/CheckerRegistry.h | 4 +++- .../StaticAnalyzer/Frontend/FrontendActions.h | 3 +++ lib/Frontend/CompilerInvocation.cpp | 1 + lib/FrontendTool/ExecuteCompilerInvocation.cpp | 5 +++++ lib/StaticAnalyzer/Core/CheckerRegistry.cpp | 19 ++++++++++++++++ .../Frontend/CheckerRegistration.cpp | 25 +++++++++++++++++----- lib/Tooling/Core/Replacement.cpp | 2 ++ test/Analysis/analyzer-enabled-checkers.c | 20 +++++++++++++++++ unittests/Tooling/RefactoringTest.cpp | 7 ++++++ 11 files changed, 85 insertions(+), 6 deletions(-) create mode 100644 test/Analysis/analyzer-enabled-checkers.c