]> granicus.if.org Git - clang/commit
Add template instantiations to the output of -ast-dump.
authorRichard Trieu <rtrieu@google.com>
Thu, 28 Jul 2011 00:19:05 +0000 (00:19 +0000)
committerRichard Trieu <rtrieu@google.com>
Thu, 28 Jul 2011 00:19:05 +0000 (00:19 +0000)
commit5cb3d699f0e37de1767eb23d26d03953a46cf1ff
tree02d931c81870ec0415f28ad063214ab189c5eb71
parentd3e46ddf119944613580925c30d38a0dfa8f380e
Add template instantiations to the output of -ast-dump.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@136306 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclBase.h
lib/AST/DeclPrinter.cpp
lib/Frontend/ASTConsumers.cpp
test/Misc/ast-dump-templates.cpp [new file with mode: 0644]