PR9551: Implement DR1004 (http://wg21.link/cwg1004).
This rule permits the injected-class-name of a class template to be used as both a template type argument and a template template argument, with no extra syntax required to disambiguate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@292426 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/Type.h 3 additions, 0 deletionsinclude/clang/AST/Type.h
- include/clang/Sema/Sema.h 6 additions, 1 deletioninclude/clang/Sema/Sema.h
- lib/Sema/SemaTemplate.cpp 51 additions, 6 deletionslib/Sema/SemaTemplate.cpp
- lib/Sema/SemaTemplateDeduction.cpp 3 additions, 5 deletionslib/Sema/SemaTemplateDeduction.cpp
- test/CXX/drs/dr10xx.cpp 23 additions, 0 deletionstest/CXX/drs/dr10xx.cpp
- test/CXX/temp/temp.res/temp.local/p1.cpp 50 additions, 7 deletionstest/CXX/temp/temp.res/temp.local/p1.cpp
- www/cxx_dr_status.html 2 additions, 2 deletionswww/cxx_dr_status.html
Loading
Please register or sign in to comment