summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/rval-references.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
OpenPOWER on IntegriCloud