]> granicus.if.org Git - clang/commit
Support out-of-line definitions of the members of class template
authorDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 17:40:51 +0000 (17:40 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 30 Jul 2009 17:40:51 +0000 (17:40 +0000)
commitb88e888404ad0a2bdd9bfae457e8530bb38a87c5
tree0ddb6d55fd383dfb6a5cb6ce7cb3afda20729a07
parent17edea8b0befb10066f7c6f5b01469d2fb679c9b
Support out-of-line definitions of the members of class template
partial specializations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@77606 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclTemplate.h
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/ASTContext.cpp
lib/AST/DeclTemplate.cpp
lib/Sema/SemaCXXScopeSpec.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/p1-neg.cpp [new file with mode: 0644]
test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/p1.cpp [new file with mode: 0644]