This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 343b5da9d9 [OpenMP] Strengthen regression tests for task allocation und [...] new faf92e593a Change the way we output templates for JSON AST dumping and [...] new fd39e3f9ba Add a script to help generate expected test output for dumpi [...] new b36ebb3972 [analyzer] SARIF: Add EOF newline; replace diff_sarif
The 3 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/AST/JSONNodeDumper.h | 47 +- lib/AST/JSONNodeDumper.cpp | 67 + lib/StaticAnalyzer/Core/SarifDiagnostics.cpp | 2 +- test/AST/ast-dump-expr-json.cpp | 84 +- test/AST/ast-dump-funcs-json.cpp | 6 +- test/AST/ast-dump-stmt-json.cpp | 12 +- test/AST/ast-dump-template-decls-json.cpp | 2402 ++++++++++++++++++++ test/AST/gen_ast_dump_json_test.py | 137 ++ .../sarif-diagnostics-taint-test.c.sarif | 2 +- .../sarif-multi-diagnostic-test.c.sarif | 2 +- .../diagnostics/sarif-diagnostics-taint-test.c | 2 +- .../diagnostics/sarif-multi-diagnostic-test.c | 2 +- test/Analysis/lit.local.cfg | 9 +- 13 files changed, 2687 insertions(+), 87 deletions(-) create mode 100644 test/AST/ast-dump-template-decls-json.cpp create mode 100644 test/AST/gen_ast_dump_json_test.py