1. d1fed3e During referencing binding, only consider conversion functions for by Douglas Gregor · 14 years ago
  2. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  3. 692f85c Commit Eli's fix for implicit conversions to array type. Fixes PR6264. by Douglas Gregor · 14 years ago
  4. e14654b PR5909 had a test case for binding of const, non-volatile references by Douglas Gregor · 15 years ago
  5. ef06e24 Fix reference-binding when we have a reference to const volatile type; by Douglas Gregor · 15 years ago
  6. 220ccbf Improve the reporting of non-viable overload candidates by noting the reason by John McCall · 15 years ago
  7. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  8. 2d48e78 A CXXExprWithTemporaries expression is an lvalue if its subexpression by Douglas Gregor · 15 years ago
  9. 18ef5e2 Switch the initialization required by return statements over to the 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. fa184a4 Remove empty test cases by Douglas Gregor · 15 years ago
  13. d490f95 PointerUnion == PointerUnion does not do what I thought it did. Also, fix a thinko in a PointerUnion::get call. by Douglas Gregor · 15 years ago