llvm-project/clang/test/CXX/special
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
..
class.conv/class.conv.ctor 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
class.copy Finish implementing 'selected constructor' rules for triviality in C++11. In 2012-12-08 08:32:28 +00:00
class.ctor PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
class.dtor Rework implementation of DR1492: Apply the resolution to operator delete too, 2012-10-20 08:26:51 +00:00
class.free Improve diagnostics for invalid use of non-static members / this: 2012-04-05 01:13:04 +00:00
class.inhctor PR12224 (sort of): Diagnose inheriting constructor declarations in C++11 mode. 2012-04-27 19:33:05 +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