llvm-project/clang/test/CXX/expr/expr.post
Richard Smith db05f1fb08 PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue reference
type. But a glvalue can be reinterpret_cast to either flavor of reference.

llvm-svn: 155789
2012-04-29 08:24:44 +00:00
..
expr.call Don't try to diagnose anything when we're passing incomplete types 2011-10-14 20:34:19 +00:00
expr.const.cast Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.dynamic.cast Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.ref
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 Update all tests other than Driver/std.cpp to use -std=c++11 rather than 2011-10-13 22:29:44 +00:00
expr.type.conv Support decltype as a simple-type-specifier. 2012-01-24 05:47:35 +00:00