hanchenye-llvm-project/clang/test/CXX/special
Richard Smith 619ecdc80f Ensure that we delete default constructors in the right cases. Don't delete the
default constructor of a union if it has a const member with no user-provided
default constructor.

llvm-svn: 151516
2012-02-27 06:07:25 +00:00
..
class.copy When overload resolution picks an implicitly-deleted special member 2012-02-15 19:33:52 +00:00
class.ctor Ensure that we delete default constructors in the right cases. Don't delete the 2012-02-27 06:07:25 +00:00
class.dtor Ensure that we delete destructors in the right cases. Specifically: 2012-02-26 09:11:52 +00:00
class.free
class.inhctor Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
class.init/class.base.init Include named unions in union member init checking 2011-11-17 06:01:57 +00:00
class.temporary When we notice that a member function is defined with "= delete" or "= 2011-11-07 20:56:01 +00:00