Clean up the printing of template argument packs; previously, we were
commit18b27e3767d14259380f893da57da8921fea5dc6
authorDouglas Gregor <doug.gregor@gmail.com>
Mon, 20 Dec 2010 22:28:59 +0000 (20 22:28 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Mon, 20 Dec 2010 22:28:59 +0000 (20 22:28 +0000)
tree7553adb385ad7448809c07d4748f8f8bb16bebbd
parent7a8bdb3df057b5f5f91d700a9fbd3106212128c1
Clean up the printing of template argument packs; previously, we were
getting extra "<>" delimiters around template argument packs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122280 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Type.h
lib/AST/TypePrinter.cpp
test/CXX/temp/temp.decls/temp.variadic/p4.cpp
test/CXX/temp/temp.decls/temp.variadic/p5.cpp