]> granicus.if.org Git - clang/commit
When checking a set of template parameter lists against a
authorDouglas Gregor <dgregor@apple.com>
Sun, 15 May 2011 17:27:27 +0000 (17:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sun, 15 May 2011 17:27:27 +0000 (17:27 +0000)
commit714c992099b3b9442759f29038bb3f2c5a59a23d
tree034273f52c6dd6cfd5c41f1e19f3413333d74219
parent7d16627081caede9691a6f46b796da4073ac14ad
When checking a set of template parameter lists against a
nested-name-specifier, re-evaluate the nested-name-specifier as if we
were entering that context (which we did!), so that we'll resolve a
template-id to a particular class template partial
specialization. Fixes PR9913.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131383 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.spec/temp.expl.spec/examples.cpp