]> granicus.if.org Git - clang/commit
Make TemplateArgumentListBuilder take an ASTContext (because we're probably going...
authorAnders Carlsson <andersca@mac.com>
Fri, 5 Jun 2009 05:31:27 +0000 (05:31 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 5 Jun 2009 05:31:27 +0000 (05:31 +0000)
commit9ba41645892da0000fe8a7832b80208f44dafeda
tree7ff01ea2ff2747c3264ce3cd6a0823701a30076b
parente9c904b082ac3299831704a69066b86ab0f78bec
Make TemplateArgumentListBuilder take an ASTContext (because we're probably going to need it later). Move push_back to the .cpp file. If the passed in template argument is a type, assert that it's canonical.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72918 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
lib/AST/DeclTemplate.cpp
lib/Sema/SemaTemplate.cpp
lib/Sema/SemaTemplateDeduction.cpp