This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dcf9f6429b [analyzer] Fix an assertion failure if plugins added dependencies new 333e5a248f [analyzer][NFC] Reimplement 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/Basic/DiagnosticCommonKinds.td | 2 +- .../clang/StaticAnalyzer/Checkers/CheckerBase.td | 53 ++++- include/clang/StaticAnalyzer/Checkers/Checkers.td | 225 ++++++++++++++++++++- .../StaticAnalyzer/Frontend/CheckerRegistry.h | 83 +++++++- lib/Frontend/CompilerInvocation.cpp | 2 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 98 +++++++-- test/Analysis/disable-all-checks.c | 2 +- test/Analysis/invalid-checker-option.c | 19 ++ utils/TableGen/ClangSACheckersEmitter.cpp | 107 +++++++++- 9 files changed, 555 insertions(+), 36 deletions(-) create mode 100644 test/Analysis/invalid-checker-option.c