This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e19d326a09 [clang][NewPM] Add RUNS for tests that produce slightly diff [...] new bf1bcc9ff6 Augment location information when dumping the AST to JSON.
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 | 15 +- lib/AST/JSONNodeDumper.cpp | 77 +- test/AST/ast-dump-comment-json.cpp | 589 ++--- test/AST/ast-dump-decl-json.c | 630 +++--- test/AST/ast-dump-decl-json.m | 544 ++--- test/AST/ast-dump-enum-json.cpp | 187 +- test/AST/ast-dump-expr-json.c | 1448 +++++------- test/AST/ast-dump-expr-json.cpp | 2468 ++++++++------------- test/AST/ast-dump-expr-json.m | 1369 +++++------- test/AST/ast-dump-funcs-json.cpp | 427 ++-- test/AST/ast-dump-if-json.cpp | 300 +-- test/AST/ast-dump-macro-json.c | 106 +- test/AST/ast-dump-namespace-json.cpp | 89 +- test/AST/ast-dump-record-definition-data-json.cpp | 1386 +++++------- test/AST/ast-dump-records-json.cpp | 1145 ++++------ test/AST/ast-dump-stmt-json.c | 1487 +++++-------- test/AST/ast-dump-stmt-json.cpp | 1866 ++++++---------- test/AST/ast-dump-stmt-json.m | 246 +- test/AST/ast-dump-template-decls-json.cpp | 724 +++--- test/AST/ast-dump-temporaries-json.cpp | 103 +- test/AST/ast-dump-types-json.cpp | 66 +- test/AST/multistep-explicit-cast-json.c | 144 +- test/AST/multistep-explicit-cast-json.cpp | 360 +-- 23 files changed, 6105 insertions(+), 9671 deletions(-)