]> granicus.if.org Git - clang/commit
Clean up the printing of template argument packs; previously, we were
authorDouglas Gregor <dgregor@apple.com>
Mon, 20 Dec 2010 22:28:59 +0000 (22:28 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 20 Dec 2010 22:28:59 +0000 (22:28 +0000)
commitdace95b13e2ceb0c3ec8de6babd926dc5114e1e5
tree7553adb385ad7448809c07d4748f8f8bb16bebbd
parent8491ffe86c50241b47c6d7ef8cd9ee00f5e675da
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