1. 153b3ba Do not consider explicit constructors when performing a copy to a by Douglas Gregor · 15 years ago
  2. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
  3. 2f59979 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
  4. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 15 years ago
  5. b1622a1 Improve the diagnostics used to report implicitly-generated class members by John McCall · 15 years ago
  6. 7abfbdb Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 15 years ago
  7. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  8. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  9. 611a8c4 Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 16 years ago
  10. 61366e9 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 16 years ago
  11. e4c452c Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 16 years ago
  12. f03d7c7 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 16 years ago