]> granicus.if.org Git - clang/commit
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)
commitf4295e64ab4d0f5737616e3b0803e51389dad854
tree6b94d961775bcba322f5b8931906128a3cec0e2e
parentb5a64e2c24a16007c0faae3280d3262606ae2a0f
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

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@351012 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TemplateArgumentVisitor.h [new file with mode: 0644]
include/clang/AST/TextNodeDumper.h
lib/AST/ASTDumper.cpp
lib/AST/TextNodeDumper.cpp