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)
commit1530138fd04d7fa9ceb0ba84ff2df131f8f7fef0
tree2e8783f24c411501563ef626afb34ed2aa7173b7
parent132f78395a9b15aa3aa1a54951060871ca5fefc2
Support out-of-line definitions of the members of class template
partial specializations.

llvm-svn: 77606
clang/include/clang/AST/DeclTemplate.h
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/AST/ASTContext.cpp
clang/lib/AST/DeclTemplate.cpp
clang/lib/Sema/SemaCXXScopeSpec.cpp
clang/lib/Sema/SemaTemplate.cpp
clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/p1-neg.cpp [new file with mode: 0644]
clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.spec.mfunc/p1.cpp [new file with mode: 0644]