hanchenye-llvm-project/clang/test/CXX/dcl.decl/dcl.init
Douglas Gregor 5d1b4e3d1f When we notice that a member function is defined with "= delete" or "=
default", make a note of which is used when creating the
initial declaration. Previously, we would wait until later to handle
default/delete as a definition, but this is too late: when adding the
declaration, we already treated the declaration as "user-provided"
when in fact it was merely "user-declared".

Fixes PR10861 and PR10442, along with a bunch of FIXMEs.

llvm-svn: 144011
2011-11-07 20:56:01 +00:00
..
dcl.init.aggr When we notice that a member function is defined with "= delete" or "= 2011-11-07 20:56:01 +00:00
dcl.init.list Switch to the C++11 warning flags in tests. 2011-10-18 05:54:07 +00:00
dcl.init.ref Switch to the C++11 warning flags in tests. 2011-10-18 05:54:07 +00:00
dcl.init.string When adding a direct initializer to a declaration, allow the 2011-10-10 16:05:18 +00:00
p5.cpp Fix a regression that allowed clearly ill formed code. The diagnostic is still 2010-08-31 05:42:40 +00:00
p6.cpp Teach Sema::ActOnUninitializedDecl() not to try to interpret when one 2011-05-21 17:52:48 +00:00
p14-0x.cpp Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00