]> granicus.if.org Git - clang/commit
Add test case for defaulted copy and move structure validation.
authorSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 4 Sep 2011 18:14:28 +0000 (18:14 +0000)
committerSebastian Redl <sebastian.redl@getdesigned.at>
Sun, 4 Sep 2011 18:14:28 +0000 (18:14 +0000)
commit74e611a5fd0b5977c664d13a07b625ae23527d0d
tree4b15e4434febafef683f55230d22cf8fc21788ab
parent8e85e85b8c3dbbc7e9863fe88f0992d825fd0e32
Add test case for defaulted copy and move structure validation.
Fix bug this uncovered.
Address minor comments from Doug.
Enable cxx_implicit_moves feature.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139101 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Lex/PPMacroExpansion.cpp
lib/Parse/ParseDeclCXX.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.decl/dcl.meaning/dcl.fct/dcl.fct.def.default/p2.cpp [new file with mode: 0644]
test/Lexer/has_feature_cxx0x.cpp