summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/rvalue-references.cpp
AgeCommit message (Expand)Author
2015-02-27Update Clang tests to handle explicitly typed load changes in LLVM.David Blaikie
2015-02-27Update Clang tests to handle explicitly typed gep changes in LLVM.David Blaikie
2014-07-18Mark C++ reference parameters as dereferenceableHal Finkel
2014-05-28Add 'nonnull' parameter or return attribute when producing an llvm pointer ty...Nick Lewycky
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2012-08-01When devirtualizing the conversion to a virtual base subobject,John McCall
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-09-27Move test, so it actually tests what it is supposed to (given that we don't h...Eli Friedman
2011-08-30Be sure to emit lvalue-to-rvalue casts for loads from x-values.John McCall
2011-01-27Allow elision of invocations of move constructors from temporary objects.Douglas Gregor
2011-01-27When producing IR for a lvalue-to-rvalue cast *as an lvalue*, onlyDouglas Gregor
2011-01-25When performing a glvalue-to-xvalue static_cast that involves aDouglas Gregor