]> granicus.if.org Git - clang/commit
Implement implicit deletion of default constructors.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 11 May 2011 22:34:38 +0000 (22:34 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Wed, 11 May 2011 22:34:38 +0000 (22:34 +0000)
commitcdee3fee8ca4df7fb9179f29cc3ba96ac4fd0f95
tree9d86f43d739eac08f4290ac8d1563ea609d83ef1
parent83e0995105222b078a57e1e20ef71fbfd0f67d3d
Implement implicit deletion of default constructors.

Yes, I'm aware that the diagnostics are awful.

Tests to follow.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131203 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/DeclCXX.h
include/clang/Sema/Sema.h
lib/AST/DeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaLookup.cpp
lib/Serialization/ASTReaderDecl.cpp
lib/Serialization/ASTWriter.cpp