]> granicus.if.org Git - clang/commit
PR41607: Don't forget to substitute outer template arguments into a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Apr 2019 02:11:23 +0000 (02:11 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 26 Apr 2019 02:11:23 +0000 (02:11 +0000)
commit51d7df37f879c620054622b383b5401e69b0852a
tree42ee2e2630d3f26104358fe1abb8e6721a0fc662
parenta4ed8a5aedb2d6c3524a57ff37bb7d4ca4732e56
PR41607: Don't forget to substitute outer template arguments into a
class-scope explicit specialization of a class template.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@359266 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
lib/Sema/SemaTemplateInstantiate.cpp
test/SemaTemplate/explicit-specialization-member.cpp