1. 8dde14e Re-instate r123977/r123978, my updates of the reference-binding by Douglas Gregor · 13 years ago
  2. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  3. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  5. e180ed2 Fix PR number in test case by Douglas Gregor · 14 years ago
  6. 2c79281 Be more careful when checking initializer lists that involve reference by Douglas Gregor · 14 years ago
  7. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  8. 18ef5e2 Switch the initialization required by return statements over to the by Douglas Gregor · 15 years ago
  9. 52bb5d2 In Sema::CheckInitializerTypes, replace a use of CheckReferenceInit with an InitializationSequence by Douglas Gregor · 15 years ago
  10. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  11. 20093b4 Reimplement reference initialization (C++ [dcl.init.ref]) using the by Douglas Gregor · 15 years ago
  12. 27687cf If built-in operators could not be selected because of ambiguity in by Fariborz Jahanian · 15 years ago
  13. 893f955 Issue good diagnostics when initializing a refernce type with by Fariborz Jahanian · 15 years ago
  14. 51bebc8 This patch addresses a few issues related to 8.5.3 [dcl.init.ref] by Fariborz Jahanian · 15 years ago