This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 46f2f7147d Fix a SARIF exporter crash with macro expansions new b20dcef8a7 Replace some custom C11 extension warnings with the generic [...] new e8b383657e Update the SARIF exporter to SARIF 2.1
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/Basic/DiagnosticParseKinds.td | 6 - lib/Parse/ParseDecl.cpp | 2 +- lib/Parse/ParseDeclCXX.cpp | 2 +- lib/Parse/ParseExpr.cpp | 5 +- lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 85 ++++++----- .../sarif-diagnostics-taint-test.c.sarif | 50 ++++--- .../sarif-multi-diagnostic-test.c.sarif | 156 ++++++++++----------- test/Analysis/lit.local.cfg | 2 +- test/Parser/c11-noreturn.c | 2 +- test/Sema/generic-selection.c | 33 +++-- test/Sema/static-assert.c | 36 +++-- 11 files changed, 187 insertions(+), 192 deletions(-)