This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 55c8757afe [Sema] Don't try to account for the size of an incomplete ty [...] new 26ec99a284 Allow direct navigation to static analysis checker documenta [...]
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 | 2 +- .../Checkers/BuiltinCheckerRegistration.h | 2 +- .../clang/StaticAnalyzer/Checkers/CheckerBase.td | 13 + include/clang/StaticAnalyzer/Checkers/Checkers.td | 429 ++++++++++++++------- .../StaticAnalyzer/Frontend/CheckerRegistry.h | 15 +- lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 2 +- lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 21 +- lib/StaticAnalyzer/Frontend/CheckerRegistry.cpp | 14 +- .../sarif-multi-diagnostic-test.c.sarif | 2 + utils/TableGen/ClangSACheckersEmitter.cpp | 38 +- www/analyzer/alpha_checks.html | 234 +++++------ www/analyzer/available_checks.html | 284 +++++++------- 12 files changed, 635 insertions(+), 421 deletions(-)