llvm-project/clang/test/CXX/special/class.ctor
Richard Smith bd3051272c PR14558: Compute triviality of special members (etc) at the end of the class
definition, rather than at the end of the definition of the set of nested
classes. We still defer checking of the user-specified exception specification
to the end of the nesting -- we can't check that until we've parsed the
in-class initializers for non-static data members.

llvm-svn: 169805
2012-12-11 01:14:52 +00:00
..
p1.cpp Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnosticConsumer, make the necessary adjustment to 580 test-cases which will henceforth require this new directive. 2012-10-19 12:44:48 +00:00
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 PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +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