-
- Downloads
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
Showing
- include/clang/Basic/DiagnosticSemaKinds.td 2 additions, 2 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- lib/Sema/SemaTemplate.cpp 46 additions, 39 deletionslib/Sema/SemaTemplate.cpp
- test/SemaTemplate/explicit-specialization-member.cpp 14 additions, 4 deletionstest/SemaTemplate/explicit-specialization-member.cpp
Loading
Please register or sign in to comment