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