CWG issue 727: Fix numerous bugs in support for class-scope explicit
authorRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 3 May 2019 23:51:38 +0000 (23:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Fri, 3 May 2019 23:51:38 +0000 (23:51 +0000)
commita6b41d7c52ad4b8d2fd7f2f069645401b9bbc1e9
tree59bbff4dabadbe7d2afa816b26d267a3a53ea100
parent5a36558c5bace507ee825fa53d117f541fe18e09
CWG issue 727: Fix numerous bugs in support for class-scope explicit
specializations for variable templates.

llvm-svn: 359947
clang/include/clang/AST/Decl.h
clang/include/clang/Sema/Sema.h
clang/include/clang/Sema/Template.h
clang/lib/AST/Decl.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
clang/test/CXX/drs/dr7xx.cpp
clang/test/PCH/cxx-templates.cpp
clang/test/PCH/cxx-templates.h
clang/test/SemaTemplate/explicit-specialization-member.cpp