This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 05be53c952 Dump more information about construct expressions (resolved [...] new 3ab6eefb45 Add test cases for explicit casts when dumping the AST to JS [...] new 2eca76d86f Removing a helper function that was trivial to inline into i [...]
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/AST/TextNodeDumper.h | 3 - lib/AST/TextNodeDumper.cpp | 11 +- test/AST/multistep-explicit-cast-json.c | 632 ++++++++++++ test/AST/multistep-explicit-cast-json.cpp | 1581 +++++++++++++++++++++++++++++ 4 files changed, 2216 insertions(+), 11 deletions(-) create mode 100644 test/AST/multistep-explicit-cast-json.c create mode 100644 test/AST/multistep-explicit-cast-json.cpp