aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/rval-references.cpp
AgeCommit message (Expand)Author
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-09-27PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re...Eli Friedman
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2011-01-21Improve the diagnostic that complains about binding an rvalueDouglas Gregor
2011-01-21More work to bring reference binding up to the latest C++0xDouglas Gregor
2010-11-30Follow through references to catch returned stack addresses, local blocks, la...Argyrios Kyrtzidis
2010-11-29Revert r120331 since it causes spurious warnings and a possible assertion hit...Argyrios Kyrtzidis
2010-11-29Emit warnings if we are returning a reference to a local temporary.Argyrios Kyrtzidis
2010-06-30Make both old and new versions of reference binding use the new classificatio...Sebastian Redl
2010-03-10When pretty-printing tag types, only print the tag if we're in C (andJohn McCall
2010-01-08Change the printing of OR_Deleted overload results to print all the candidates,John McCall
2010-01-06Improve the diagnostics used to report implicitly-generated class membersJohn McCall
2009-12-18Switch the initialization required by return statements over to theDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-09Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor
2009-11-18Improve on diagnosing type mismatches because of Fariborz Jahanian
2009-04-12Parse deleted member functions. Parsing member declarations goes through a di...Sebastian Redl
2009-03-29Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...Sebastian Redl
2009-03-28Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson
2009-03-27Better overload resolution for rvalue references.Sebastian Redl
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-22Disallow catching exceptions by rvalue reference.Sebastian Redl
2009-03-22Implement static_cast from lvalue to rvalue reference.Sebastian Redl
2009-03-20Some minor tweaks and additional tests for rvalue referencesDouglas Gregor
2009-03-16Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl