]> granicus.if.org Git - clang/commit
Collect multiple levels of template arguments into a new type,
authorDouglas Gregor <dgregor@apple.com>
Fri, 28 Aug 2009 17:37:35 +0000 (17:37 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 28 Aug 2009 17:37:35 +0000 (17:37 +0000)
commitd1102433214bd33b5bef5b493944292a1e82c2fb
tree770c465ed722312656def6331406a04125adc33d
parentfaccd72e2448b552f17992eaba6cfe12ec497e58
Collect multiple levels of template arguments into a new type,
MultiLevelTemplateArgumentList. This is a baby step toward
instantiating member templates; no intended functionality change yet.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@80380 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/Sema.h
lib/Sema/SemaTemplate.h [new file with mode: 0644]
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/instantiate-member-template.cpp