1. bb93578 [Sema] Improve diagnostics for const- and ref-qualified member functions by Jacob Bandes-Storch · 8 years ago
  2. 1dbc093 Reverted 321592: [Sema] Improve diagnostics for const- and ref-qualified member functions by Jacob Bandes-Storch · 8 years ago
  3. c7e67a04e [Sema] Improve diagnostics for const- and ref-qualified member functions by Jacob Bandes-Storch · 8 years ago
  4. 7c2bcc9 Fix clang's handling of the copy performed in the second phase of class by Richard Smith · 9 years ago
  5. 542f04c [Lit Test] Updated 26 Lit tests to be C++11 compatible. by Charles Li · 10 years ago
  6. b24f067 Implement core issue 5: a temporary created for copy-initialization has a by Richard Smith · 14 years ago
  7. 9813d32 Improve diagnostic for calling non-const method on const object. Fixes rdar://7743000 by Argyrios Kyrtzidis · 15 years ago
  8. cbd0710 When performing initialization of a copy of a temporary object, use by Douglas Gregor · 15 years ago
  9. 24b8946 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 15 years ago
  10. 7566e4a Do not consider explicit constructors when performing a copy to a by Douglas Gregor · 15 years ago
  11. 5ab1165 Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 15 years ago
  12. 45cf7e3 Rework our handling of copy construction of temporaries, which was a by Douglas Gregor · 15 years ago
  13. 85f9055 When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 16 years ago
  14. fd0b2f8 Improve the diagnostics used to report implicitly-generated class members by John McCall · 16 years ago
  15. a4b592a Switch more of Sema::CheckInitializerTypes over to by Douglas Gregor · 16 years ago
  16. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  17. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  18. 0f3dd9a Provide a proper source location when building an implicit dereference. Fixes PR3600 by Douglas Gregor · 17 years ago
  19. 5835403 Correct the order in which we cope with end-of-class-definition by Douglas Gregor · 17 years ago
  20. 15b02d2 Implement a %plural modifier for complex plural forms in diagnostics. Use it in the overload diagnostics. by Sebastian Redl · 17 years ago
  21. 6f54315 Implement C++ copy-initialization for declarations. There is now some by Douglas Gregor · 17 years ago