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