DR1495: A partial specialization is ill-formed if it is not (strictly) more
specialized than the primary template. (Put another way, if we imagine there were a partial specialization matching the primary template, we should never select it if some other partial specialization also matches.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@290593 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticSemaKinds.td 5 additions, 1 deletioninclude/clang/Basic/DiagnosticSemaKinds.td
- include/clang/Sema/Sema.h 15 additions, 1 deletioninclude/clang/Sema/Sema.h
- include/clang/Sema/TemplateDeduction.h 5 additions, 0 deletionsinclude/clang/Sema/TemplateDeduction.h
- lib/Sema/SemaTemplate.cpp 45 additions, 2 deletionslib/Sema/SemaTemplate.cpp
- lib/Sema/SemaTemplateDeduction.cpp 99 additions, 12 deletionslib/Sema/SemaTemplateDeduction.cpp
- lib/Sema/SemaTemplateInstantiate.cpp 17 additions, 2 deletionslib/Sema/SemaTemplateInstantiate.cpp
- test/CXX/drs/dr14xx.cpp 28 additions, 0 deletionstest/CXX/drs/dr14xx.cpp
- test/CXX/temp/temp.decls/temp.variadic/fixed-expansion.cpp 2 additions, 2 deletionstest/CXX/temp/temp.decls/temp.variadic/fixed-expansion.cpp
- test/SemaTemplate/class-template-spec.cpp 27 additions, 2 deletionstest/SemaTemplate/class-template-spec.cpp
- test/SemaTemplate/temp_arg_nontype.cpp 12 additions, 8 deletionstest/SemaTemplate/temp_arg_nontype.cpp
- www/cxx_dr_status.html 2 additions, 2 deletionswww/cxx_dr_status.html
Loading
Please register or sign in to comment