[c++1z] Diagnose non-deducible template parameters in deduction guide...
[c++1z] Diagnose non-deducible template parameters in deduction guide templates, per [temp.param]p11. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295264 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticSemaKinds.td 5 additions, 1 deletioninclude/clang/Basic/DiagnosticSemaKinds.td
- include/clang/Sema/Sema.h 1 addition, 0 deletionsinclude/clang/Sema/Sema.h
- lib/Sema/SemaDecl.cpp 7 additions, 5 deletionslib/Sema/SemaDecl.cpp
- lib/Sema/SemaTemplate.cpp 41 additions, 13 deletionslib/Sema/SemaTemplate.cpp
- test/SemaCXX/cxx1z-class-template-argument-deduction.cpp 18 additions, 0 deletionstest/SemaCXX/cxx1z-class-template-argument-deduction.cpp
- www/cxx_status.html 1 addition, 2 deletionswww/cxx_status.html
Loading
Please register or sign in to comment