]> granicus.if.org Git - clang/commit
Clean up the handling of template argument packs, especially in the
authorDouglas Gregor <dgregor@apple.com>
Mon, 20 Dec 2010 16:52:59 +0000 (16:52 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 20 Dec 2010 16:52:59 +0000 (16:52 +0000)
commit87dd697dcc8ecb64df73ae64d61b8c80ff0c157c
tree0222a2df7114ce46f1829744c97ebd08a5b736ad
parenta9150cdac3d666671fce74cac621d68cc0ade17d
Clean up the handling of template argument packs, especially in the
area of printing template arguments. The functionality changes here
are limited to cases of variadic templates that aren't yet enabled.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122250 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/TemplateBase.h
lib/AST/ASTContext.cpp
lib/AST/DumpXML.cpp
lib/AST/TemplateBase.cpp
lib/AST/TypePrinter.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp
tools/libclang/CIndex.cpp