This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 827afc80db CFI: wrong type passed to llvm.type.test with multiple inher [...] new 943e5a4488 Add more information to JSON AST dumping of source locations.
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/AST/JSONNodeDumper.h | 2 + lib/AST/JSONNodeDumper.cpp | 24 + test/AST/Inputs/json-dump-include.h | 1 + test/AST/ast-dump-comment-json.cpp | 189 + test/AST/ast-dump-decl-context-json.cpp | 47 +- test/AST/ast-dump-decl-json.c | 408 +- test/AST/ast-dump-decl-json.m | 1649 ++++---- test/AST/ast-dump-enum-json.cpp | 54 + test/AST/ast-dump-expr-json.c | 457 +++ test/AST/ast-dump-expr-json.cpp | 779 ++++ test/AST/ast-dump-expr-json.m | 4440 +++++++++++---------- test/AST/ast-dump-funcs-json.cpp | 125 + test/AST/ast-dump-if-json.cpp | 90 + test/AST/ast-dump-macro-json.c | 20 + test/AST/ast-dump-namespace-json.cpp | 24 + test/AST/ast-dump-record-definition-data-json.cpp | 414 ++ test/AST/ast-dump-records-json.cpp | 351 ++ test/AST/ast-dump-stmt-json.c | 468 +++ test/AST/ast-dump-stmt-json.cpp | 578 ++- test/AST/ast-dump-stmt-json.m | 663 +-- test/AST/ast-dump-template-decls-json.cpp | 211 + test/AST/ast-dump-temporaries-json.cpp | 34 + test/AST/ast-dump-types-json.cpp | 64 + test/AST/gen_ast_dump_json_test.py | 4 +- test/AST/multistep-explicit-cast-json.c | 48 + test/AST/multistep-explicit-cast-json.cpp | 120 + 26 files changed, 8133 insertions(+), 3131 deletions(-) create mode 100644 test/AST/Inputs/json-dump-include.h