This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from eb1a2354d8 [analyzer] List checkers in 3 categories: released, alpha, d [...] new e9bb934200 [analyzer] Hide developer-only checker/package options by default new 3a70b6af71 Use clang_cc1 instead of clang in CodeGen test.
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 | 4 ++ .../clang/StaticAnalyzer/Checkers/CheckerBase.td | 17 ++++-- include/clang/StaticAnalyzer/Checkers/Checkers.td | 57 ++++++++++++------ .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 4 +- .../StaticAnalyzer/Frontend/CheckerRegistry.h | 10 ++-- lib/Frontend/CompilerInvocation.cpp | 2 + lib/FrontendTool/ExecuteCompilerInvocation.cpp | 2 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 23 ++++---- test/Analysis/analyzer-checker-option-help.c | 6 ++ test/CodeGen/loop-vectorize.c | 8 +-- utils/TableGen/ClangSACheckersEmitter.cpp | 69 ++++++++++++---------- 11 files changed, 127 insertions(+), 75 deletions(-)