llvm-project/clang/test/CXX
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
..
basic Properly compute triviality for explicitly-defaulted or deleted special members. 2012-12-08 02:53:02 +00:00
class Properly compute triviality for explicitly-defaulted or deleted special members. 2012-12-08 02:53:02 +00:00
class.access 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.derived Fix CXXRecordDecl::forallBases to not look through bases which are dependent 2012-11-22 00:24:47 +00:00
conv 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
dcl.dcl PR14550: If a system header contains a bogus constexpr function definition, 2012-12-09 05:55:43 +00:00
dcl.decl Properly compute triviality for explicitly-defaulted or deleted special members. 2012-12-08 02:53:02 +00:00
except PR14141 (part of DR1351): An implicitly-deduced "any" exception specification 2012-10-21 23:00:34 +00:00
expr Test that we correctly deal with multiple copy constructors when detecting 2012-11-22 00:21:13 +00:00
lex Teach Lexer::getSpelling about raw string literals. Specifically, if a raw 2012-11-28 07:29:00 +00:00
over DR1473: Do not require a space between operator"" and the ud-suffix in a 2012-10-20 08:41:10 +00:00
special PR14558: Compute triviality of special members (etc) at the end of the class 2012-12-11 01:14:52 +00:00
stmt.stmt 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
temp Fix http://stackoverflow.com/questions/13521163 2012-12-06 06:44:44 +00:00