1. f143cd5 Re-instate r123977/r123978, my updates of the reference-binding by Douglas Gregor · 15 years ago
  2. 24b8946 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 15 years ago
  3. 53fa049 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 15 years ago
  4. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  5. 1f53e80 Fix PR number in test case by Douglas Gregor · 16 years ago
  6. 34c0a90 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 16 years ago
  7. fd0b2f8 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
  8. e1314a6 Switch the initialization required by return statements over to the by Douglas Gregor · 16 years ago
  9. 59ae3c8 In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an InitializationSequence by Douglas Gregor · 16 years ago
  10. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  11. 3e1e527 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 16 years ago
  12. 574de2c If built-in operators could not be selected because of ambiguity in by Fariborz Jahanian · 16 years ago
  13. db82308 Issue good diagnostics when initializing a refernce type with by Fariborz Jahanian · 16 years ago
  14. af0262d This patch addresses a few issues related to 8.5.3 [dcl.init.ref] by Fariborz Jahanian · 16 years ago