]> granicus.if.org Git - clang/commit
Keep track of the template arguments deduced when matching a class
authorDouglas Gregor <dgregor@apple.com>
Sun, 2 Aug 2009 23:24:31 +0000 (23:24 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 2 Aug 2009 23:24:31 +0000 (23:24 +0000)
commit37d93e9252026d4fb836d9c05d0122a2d46e56be
treea9a5675cae564a3200523938dee0de40859d4a97
parentc43f2f4340cd8b6bbf0cbc955d613c5a96388b85
Keep track of the template arguments deduced when matching a class
template partial specialization. Then, use those template arguments
when instantiating members of that class template partial
specialization. Fixes PR4607.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77925 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
lib/AST/DeclTemplate.cpp
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/partial-spec-instantiate.cpp [new file with mode: 0644]