]> granicus.if.org Git - clang/commit
Handle instantiation of template type parameter packs that occur as
authorDouglas Gregor <dgregor@apple.com>
Mon, 20 Dec 2010 22:48:17 +0000 (22:48 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 20 Dec 2010 22:48:17 +0000 (22:48 +0000)
commit984a58b6c6892671c88e112ce449b1da3f7de4ba
tree2eb8248a8f436fed3c622fcb91542edff74338b7
parent88f30dee6ca6d99e46d4ce61f691fb3dff4ae7c8
Handle instantiation of template type parameter packs that occur as
the first qualifier in scope. We can't adequately test this test,
unfortunately.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122283 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp