llvm-project/clang/test/CXX/expr/expr.post
Eli Friedman 4e28b26589 sizeof(void) etc. should be a hard error in C++.
PR16872.

llvm-svn: 188324
2013-08-13 22:26:42 +00:00
..
expr.call sizeof(void) etc. should be a hard error in C++. 2013-08-13 22:26:42 +00:00
expr.const.cast Fix handling of const_cast from prvalue to rvalue reference: such a cast is 2013-06-14 22:27:52 +00:00
expr.dynamic.cast
expr.ref 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
expr.reinterpret.cast PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference 2012-04-29 08:24:44 +00:00
expr.static.cast 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
expr.type.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