]> granicus.if.org Git - clang/commit
Revert r88718, which does NOT solve the constructor-template-as-copy-constructor...
authorDouglas Gregor <dgregor@apple.com>
Fri, 13 Nov 2009 23:59:09 +0000 (23:59 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 13 Nov 2009 23:59:09 +0000 (23:59 +0000)
commitfd47648b5d351ff6d1a3e886e1c3d10712ba4675
treee87bd20c38f9553a171e0db9dc008ab8ce4b2f65
parente99cc4504946718e4f288f6ba4652c3c7ffa6996
Revert r88718, which does NOT solve the constructor-template-as-copy-constructor issue. Big thanks to John for finding this

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88724 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/AST/DeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaOverload.cpp
lib/Sema/SemaTemplateDeduction.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaCXX/constructor-recovery.cpp
test/SemaCXX/copy-constructor-error.cpp
test/SemaTemplate/constructor-template.cpp
test/SemaTemplate/operator-template.cpp