This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f52da25213 Update breaking test. new 387516af11 [analyzer] Add a new frontend flag to display all checker options
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: include/clang/Driver/CC1Options.td | 3 ++ .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 34 ++++++++++++--- .../StaticAnalyzer/Frontend/CheckerRegistry.h | 1 + .../StaticAnalyzer/Frontend/FrontendActions.h | 4 ++ lib/Frontend/CompilerInvocation.cpp | 1 + lib/FrontendTool/ExecuteCompilerInvocation.cpp | 10 +++++ lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 32 ++++++++++++++ .../Frontend/CheckerRegistration.cpp | 51 +++++++--------------- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 51 +++++++++++++++++----- test/Analysis/analyzer-checker-option-help.c | 19 ++++++++ test/Analysis/analyzer-list-configs.c | 11 ++--- test/Analysis/checker-plugins.c | 9 ++++ 12 files changed, 168 insertions(+), 58 deletions(-) create mode 100644 test/Analysis/analyzer-checker-option-help.c