aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.post
AgeCommit message (Expand)Author
2013-05-06Grab-bag of bit-field fixes:John McCall
2012-11-22Test that we correctly deal with multiple copy constructors when detectingRichard Smith
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2012-04-29PR9546, DR1268: A prvalue cannot be reinterpret_cast to an rvalue referenceRichard Smith
2012-01-24Support decltype as a simple-type-specifier.David Blaikie
2011-10-14Don't try to diagnose anything when we're passing incomplete typesDouglas Gregor
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-21Implement C++0x semantics for passing non-POD classes through varargs.Douglas Gregor
2011-02-18Implement C++0x [expr.static.cast]p9, which permits explicitly castingDouglas Gregor
2011-01-22Update const_cast semantics for rvalue references. Add tests forDouglas Gregor
2011-01-22Teach static_cast and dynamic_cast about rvalue references.Douglas Gregor
2010-05-07Test case for my last fix.Sebastian Redl