1. 8be9e77 Warn about self-initialization of references. by Hans Wennborg · 12 years ago
  2. b3df138 Switch diagnostic text from "C++0x" over to "C++11". by Douglas Gregor · 13 years ago
  3. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  4. cfdc81a Initialization improvements: addition of string initialization and a few by Eli Friedman · 15 years ago
  5. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  6. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  7. d249e1d1f Create a new PrintingPolicy class, which we pass down through the AST by Douglas Gregor · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  9. 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
  10. fa04764 Initial implementation of argument dependent lookup (a.k.a. ADL, by Douglas Gregor · 16 years ago
  11. 76f7d28 Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 16 years ago