1. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  2. 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
  3. 3eb1c54 Removed the warning by Douglas Gregor · 16 years ago
  4. 08631c5 Convert IdentifierInfo's to be printed the same as DeclarationNames by Chris Lattner · 16 years ago
  5. f1f9b4e Implement C++ DR 106 and C++ DR 540, both of which deal with by Douglas Gregor · 16 years ago
  6. 818ce48 Temporary disable the const-object-declaration-without-initializer check, because it depends on linkage-specifier semantics we don't yet have by Douglas Gregor · 16 years ago
  7. 27c8dc0 Implement initialization of a reference (C++ [dcl.init.ref]) as part by Douglas Gregor · 16 years ago
  8. 5e8840c Move the C++ Sema tests into a separate SemaCXX directory. by Argyrios Kyrtzidis · 16 years ago[Renamed from test/Sema/cxx-references.cpp]
  9. 43d6975 Fix for testcase that assigns a dereferenced reference to a pointer. The by Bill Wendling · 17 years ago
  10. 943140e initialization of references should not do default fn/array promotions. by Chris Lattner · 17 years ago
  11. e39245b disable this for now. by Chris Lattner · 17 years ago
  12. 08ad47c Fix references: by Bill Wendling · 17 years ago