Age | Commit message (Expand) | Author |
---|---|---|
2009-04-12 | Parse deleted member functions. Parsing member declarations goes through a di... | Sebastian Redl |
2009-03-29 | Reintroduce r67870 (rval ref overloading), since I can't reproduce any test f... | Sebastian Redl |
2009-03-28 | Revert Sebastian's rvalue patch (r67870) since it caused test failures in | Anders Carlsson |
2009-03-27 | Better overload resolution for rvalue references. | Sebastian Redl |
2009-03-24 | Rename clang to clang-cc. | Daniel Dunbar |
2009-03-22 | Disallow catching exceptions by rvalue reference. | Sebastian Redl |
2009-03-22 | Implement static_cast from lvalue to rvalue reference. | Sebastian Redl |
2009-03-20 | Some minor tweaks and additional tests for rvalue references | Douglas Gregor |
2009-03-16 | Almost complete implementation of rvalue references. One bug, and a few uncle... | Sebastian Redl |