]> granicus.if.org Git - clang/commit
Implement a few basic tests for defaulted and deleted functions.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 13 May 2011 01:01:05 +0000 (01:01 +0000)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Fri, 13 May 2011 01:01:05 +0000 (01:01 +0000)
commit7880bc34fd5818d8f1eb827fdce136c1de643ab5
tree1a86f159ba77e66d34ddda921c60185184ade15f
parent18c8339978dabbf1517bfcc4898e8b8c8069283c
Implement a few basic tests for defaulted and deleted functions.

More comprehensive testing once copy {constructors,assignment operators}
can be defaulted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@131275 91177308-0d34-0410-b5e6-96231b3b80d8
test/PCH/cxx0x-default-delete.cpp [new file with mode: 0644]
test/Parser/cxx-default-delete.cpp [new file with mode: 0644]
test/Parser/cxx-ext-delete-default.cpp [new file with mode: 0644]
test/SemaCXX/deleted-function-extension.cpp [deleted file]