This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9295b872ba Revert "[COFF, ARM64] Change setjmp for AArch64 Windows to u [...] new d1628e42d7 Add LLVM_FALLTHROUGH annotation after switch new 96cb1f8306 Output "rule" information in SARIF exports.
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: lib/Basic/Targets/X86.cpp | 1 + lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 38 +++ .../sarif-diagnostics-taint-test.c.sarif | 14 +- .../sarif-multi-diagnostic-test.c.sarif | 301 +++++++++++++++++++++ .../diagnostics/sarif-diagnostics-taint-test.c | 2 +- .../diagnostics/sarif-multi-diagnostic-test.c | 29 ++ test/Analysis/lit.local.cfg | 4 + 7 files changed, 387 insertions(+), 2 deletions(-) create mode 100644 test/Analysis/diagnostics/Inputs/expected-sarif/sarif-multi-dia [...] create mode 100644 test/Analysis/diagnostics/sarif-multi-diagnostic-test.c