This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b5a64e2c24 [ASTDump] Change parameter to StringRef new f4295e64ab Implement TemplateArgument dumping in terms of Visitor
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/TemplateArgumentVisitor.h | 99 +++++++++++++++++++++++++++++ include/clang/AST/TextNodeDumper.h | 17 ++++- lib/AST/ASTDumper.cpp | 57 ++++------------- lib/AST/TextNodeDumper.cpp | 55 ++++++++++++++++ 4 files changed, 183 insertions(+), 45 deletions(-) create mode 100644 include/clang/AST/TemplateArgumentVisitor.h