Implement TemplateArgument dumping in terms of Visitor
authorStephen Kelly <steveire@gmail.com>
Sat, 12 Jan 2019 16:35:37 +0000 (16:35 +0000)
committerStephen Kelly <steveire@gmail.com>
Sat, 12 Jan 2019 16:35:37 +0000 (16:35 +0000)
commit63a6f3acbd80c602647a2f37aabd2a5c2967094f
tree0bca1a191bf3436c49c9e654a4e5afe4a97f8d63
parent9bc90a28297adc95456893abd4eb2fa72139fced
Implement TemplateArgument dumping in terms of Visitor

Summary: Split the output streaming from the traversal to other AST nodes.

Reviewers: aaron.ballman

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D55491

llvm-svn: 351012
clang/include/clang/AST/TemplateArgumentVisitor.h [new file with mode: 0644]
clang/include/clang/AST/TextNodeDumper.h
clang/lib/AST/ASTDumper.cpp
clang/lib/AST/TextNodeDumper.cpp