summaryrefslogtreecommitdiff
path: root/test/SemaCXX/rval-references.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-3/+2
* [Sema] Allow static_cast<T&&>(e) to check explicit conversions for non-refere...Eric Fiselier2016-11-031-3/+7
* [Sema] Implement C++14's DR1579: Prefer returning by converting move constructorErik Pilkington2016-06-301-8/+2
* Clarify the error message when the reason the conversion is not viable is bec...Nick Lewycky2015-08-251-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Move test, so it actually tests what it is supposed to (given that we don't h...Eli Friedman2011-09-271-8/+0
* PR11009: Fix a FIXME which was leading to an assertion failure with rvalue re...Eli Friedman2011-09-271-0/+8
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Improve the diagnostic that complains about binding an rvalueDouglas Gregor2011-01-211-2/+2
* More work to bring reference binding up to the latest C++0xDouglas Gregor2011-01-211-1/+1
* Follow through references to catch returned stack addresses, local blocks, la...Argyrios Kyrtzidis2010-11-301-1/+1
* Revert r120331 since it causes spurious warnings and a possible assertion hit...Argyrios Kyrtzidis2010-11-291-1/+1
* Emit warnings if we are returning a reference to a local temporary.Argyrios Kyrtzidis2010-11-291-1/+1
* Make both old and new versions of reference binding use the new classificatio...Sebastian Redl2010-06-301-0/+7
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-2/+2
* Change the printing of OR_Deleted overload results to print all the candidates,John McCall2010-01-081-1/+1
* Improve the diagnostics used to report implicitly-generated class membersJohn McCall2010-01-061-2/+2
* Switch the initialization required by return statements over to theDouglas Gregor2009-12-181-9/+5
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Reimplement reference initialization (C++ [dcl.init.ref]) using theDouglas Gregor2009-12-091-1/+1
* Improve on diagnosing type mismatches because of Fariborz Jahanian2009-11-181-4/+4
* Parse deleted member functions. Parsing member declarations goes through a di...Sebastian Redl2009-04-121-0/+37
* Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f...Sebastian Redl2009-03-291-2/+3
* Revert Sebastian's rvalue patch (r67870) since it caused test failures inAnders Carlsson2009-03-281-3/+2
* Better overload resolution for rvalue references.Sebastian Redl2009-03-271-2/+3
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Disallow catching exceptions by rvalue reference.Sebastian Redl2009-03-221-0/+5
* Implement static_cast from lvalue to rvalue reference.Sebastian Redl2009-03-221-0/+2
* Some minor tweaks and additional tests for rvalue referencesDouglas Gregor2009-03-201-2/+15
* Almost complete implementation of rvalue references. One bug, and a few uncle...Sebastian Redl2009-03-161-0/+33