]> granicus.if.org Git - clang/commit
PR19340: If we see a declaration of a member of an unspecialized class template
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 03:52:20 +0000 (03:52 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 17 Apr 2014 03:52:20 +0000 (03:52 +0000)
commit900d0461f297de41ad382bb003051420e878fce3
tree4660e0e2c9309b8cfd3021ffa4b46d6c1d21159e
parentf288c56a51c852dbae6604455e3ce6386e328095
PR19340: If we see a declaration of a member of an unspecialized class template
that looks like it might be an explicit specialization, don't recover as an
explicit specialization (bypassing the check that would reject that).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206444 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaTemplate.cpp
test/SemaTemplate/explicit-specialization-member.cpp