summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.post/expr.reinterpret.cast/p1-0x.cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue referenceRichard Smith2012-04-291-2/+5
| | | | | | type. But a glvalue can be reinterpret_cast to either flavor of reference. llvm-svn: 155789
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
| | | | | | -std=c++0x. Patch by Ahmed Charles! llvm-svn: 141900
* Update const_cast semantics for rvalue references. Add tests forDouglas Gregor2011-01-221-0/+16
reinterpret_cast and const_cast using rvalue references. llvm-svn: 124007
OpenPOWER on IntegriCloud