Implement restriction that a partial specialization must actually specialize
something, for variable templates. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191278 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Basic/DiagnosticSemaKinds.td 5 additions, 5 deletionsinclude/clang/Basic/DiagnosticSemaKinds.td
- lib/Sema/SemaTemplate.cpp 82 additions, 3 deletionslib/Sema/SemaTemplate.cpp
- test/CXX/temp/temp.decls/temp.class.spec/p8-1y.cpp 29 additions, 0 deletionstest/CXX/temp/temp.decls/temp.class.spec/p8-1y.cpp
- test/CodeGenCXX/static-member-variable-explicit-specialization.cpp 1 addition, 1 deletion...GenCXX/static-member-variable-explicit-specialization.cpp
- test/PCH/cxx1y-variable-templates.cpp 9 additions, 9 deletionstest/PCH/cxx1y-variable-templates.cpp
- test/SemaCXX/cxx1y-variable-templates_in_class.cpp 19 additions, 18 deletionstest/SemaCXX/cxx1y-variable-templates_in_class.cpp
- test/SemaCXX/cxx1y-variable-templates_top_level.cpp 1 addition, 2 deletionstest/SemaCXX/cxx1y-variable-templates_top_level.cpp
Loading
Please register or sign in to comment