This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 84a84885cd [OPENMP]Do not crash for const firstprivates. new 3b240f939f [analyzer] List checker/plugin options in 3 categories: rele [...]
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 | 5 ++ .../clang/StaticAnalyzer/Checkers/CheckerBase.td | 19 ++++- include/clang/StaticAnalyzer/Checkers/Checkers.td | 67 +++++++++++---- .../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 9 +- .../StaticAnalyzer/Frontend/CheckerRegistry.h | 16 +++- lib/Frontend/CompilerInvocation.cpp | 4 + lib/FrontendTool/ExecuteCompilerInvocation.cpp | 3 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 55 ++++++++---- test/Analysis/analyzer-checker-option-help.c | 98 ++++++++++++++++++---- .../CheckerOptionHandling.cpp | 3 +- utils/TableGen/ClangSACheckersEmitter.cpp | 18 ++++ 11 files changed, 235 insertions(+), 62 deletions(-)