]> granicus.if.org Git - clang/commit
Implement deletion of explicitly defaulted default constructors.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 12 May 2011 03:51:48 +0000 (03:51 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Thu, 12 May 2011 03:51:48 +0000 (03:51 +0000)
commitca46d131aa40ae953d719b096cb951b385787445
tree539ccbe94629c0f5bc7d33939b74d2e866a323a3
parent8a29bc047a374df2464869b55581c24def68c2ec
Implement deletion of explicitly defaulted default constructors.

We still don't parse out-of-line defaults correctly, which is needed to
get the full effect out of this patch.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131223 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp