1. 762bb9d Update all tests other than Driver/std.cpp to use -std=c++11 rather than by Richard Smith · 13 years ago
  2. 8ed3ade Move test, so it actually tests what it is supposed to (given that we don't have an AST verifier). by Eli Friedman · 13 years ago
  3. 104be6f PR11009: Fix a FIXME which was leading to an assertion failure with rvalue references. by Eli Friedman · 13 years ago
  4. abea951 Add -fcxx-exceptions to all tests that use C++ exceptions. by Anders Carlsson · 13 years ago
  5. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 14 years ago
  6. fb5d7ef Improve the diagnostic that complains about binding an rvalue by Douglas Gregor · 14 years ago
  7. b2855ad More work to bring reference binding up to the latest C++0x by Douglas Gregor · 14 years ago
  8. 26e10be Follow through references to catch returned stack addresses, local blocks, label addresses or references to temporaries, e.g: by Argyrios Kyrtzidis · 14 years ago
  9. d976ca4 Revert r120331 since it causes spurious warnings and a possible assertion hit when self-host. by Argyrios Kyrtzidis · 14 years ago
  10. 8b2f01b Emit warnings if we are returning a reference to a local temporary. by Argyrios Kyrtzidis · 14 years ago
  11. 4680bf2 Make both old and new versions of reference binding use the new classification functions, and updated them for N3092. by Sebastian Redl · 14 years ago
  12. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  13. 8120162 Change the printing of OR_Deleted overload results to print all the candidates, by John McCall · 15 years ago
  14. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  15. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  16. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  17. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  18. cc5306a Improve on diagnosing type mismatches because of by Fariborz Jahanian · 15 years ago
  19. e2b6833 Parse deleted member functions. Parsing member declarations goes through a different code path that I forgot previously. by Sebastian Redl · 15 years ago
  20. a984580 Reintroduce r67870 (rval ref overloading), since I can't reproduce any test failures on i386 or x86_64. If this fails for someone, please contact me. by Sebastian Redl · 15 years ago
  21. 14734f7 Revert Sebastian's rvalue patch (r67870) since it caused test failures in by Anders Carlsson · 15 years ago
  22. f873878 Better overload resolution for rvalue references. by Sebastian Redl · 15 years ago
  23. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  24. f2e21e5 Disallow catching exceptions by rvalue reference. by Sebastian Redl · 15 years ago
  25. 157be83 Implement static_cast from lvalue to rvalue reference. by Sebastian Redl · 15 years ago
  26. 2ff4478 Some minor tweaks and additional tests for rvalue references by Douglas Gregor · 15 years ago
  27. 7c80bd6 Almost complete implementation of rvalue references. One bug, and a few unclear areas. Maybe Doug can shed some light on some of the fixmes. by Sebastian Redl · 15 years ago