aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/rval-references.cpp
AgeCommit message (Expand)Author
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