llvm-project/clang/test/CXX/dcl.dcl/dcl.spec
Richard Smith d35cb054c9 PR24612: Don't bail out of checking a constexpr function before checking
whether it can ever produce a constant expression in the case where it has a
void return type and no return statements.

llvm-svn: 246347
2015-08-28 22:33:53 +00:00
..
dcl.constexpr PR24612: Don't bail out of checking a constexpr function before checking 2015-08-28 22:33:53 +00:00
dcl.fct.spec This test doesn't need to be XFAILed anywhere; it just needed to be updated to the appropriate diagnostic wording. 2014-05-19 16:35:00 +00:00
dcl.stc Rejecting the mutable specifier on a freestanding type declaration, instead of supporting it as a "extension" (which serves no purpose). Un-XFAILing the test for mutable specifiers. 2014-05-26 17:03:54 +00:00
dcl.type Clarify the error message when the reason the conversion is not viable is because the returned value does not match the function return type. 2015-08-25 22:18:46 +00:00
dcl.typedef DR1909: Diagnose all invalid cases of a class member sharing its name with the class. 2015-07-06 01:45:27 +00:00