1. 98bfbf5 Fix mismatch between pointer and pointee type when diagnosing an incorrect by Richard Smith · 12 years ago
  2. c608c3c Further improvement to wording of overload resolution diagnostics, and including by Richard Smith · 12 years ago
  3. f7b8056 PR11857: When the wrong number of arguments are provided for a function by Richard Smith · 12 years ago
  4. 2fe9b7f Modify how the -verify flag works. Currently, the verification string and by Richard Trieu · 13 years ago
  5. 0c42bb6 'const std::type_info*' instead of 'std::type_info const*' by Chris Lattner · 14 years ago
  6. 58f9e13 make clang print types as "const int *" instead of "int const*", by Chris Lattner · 14 years ago
  7. 7c2342d When pretty-printing tag types, only print the tag if we're in C (and by John McCall · 14 years ago
  8. 9db7dbb Rework base and member initialization in constructors, with several by Douglas Gregor · 15 years ago
  9. 651f3ee Improve overload diagnostics some more by calling out qualifier mismatches by John McCall · 15 years ago
  10. e81e15e Improve the diagnostic for bad conversions in overload resolution to talk by John McCall · 15 years ago
  11. adbb8f8 Record some basic information about bad conversion sequences. Use that by John McCall · 15 years ago
  12. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  13. b1c2ea5 Make sure to grab CVR qualifiers from the canonical type. ARGH! by Douglas Gregor · 15 years ago
  14. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  15. 3cb0692 Make one expected-diag directive match exactly one actual diagnostic. by Sebastian Redl · 16 years ago
  16. 3f20a68 Update C++ status and add a few more tests of overloading for member function calls by Douglas Gregor · 16 years ago
  17. 88a3514 Add support for calls to overloaded member functions. Things to note: by Douglas Gregor · 16 years ago