llvm-project/clang/test/CXX/special/class.ctor
Richard Smith e2648bac3a A union can have a constexpr defaulted default constructor, if it has an
in-class initializer for one of its fields. Value-initialization of such
a type should use the in-class initializer!

The former was just a bug, the latter is a (reported) standard defect.

llvm-svn: 156274
2012-05-07 01:07:30 +00:00
..
p1.cpp
p4-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
p5-0x.cpp [class.copy]p23: Fix an assertion caused by incorrect argument numbering in a 2012-04-29 06:32:34 +00:00
p6-0x.cpp A union can have a constexpr defaulted default constructor, if it has an 2012-05-07 01:07:30 +00:00