1. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 14 years ago
  2. 9d4bb94 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 14 years ago
  3. 12eb5d6 When typo correction produces a result that is not of the kind we're by Douglas Gregor · 14 years ago
  4. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 14 years ago
  5. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 15 years ago
  6. b0fd483 Improve the diagnostic when we find something we did not expect in a 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. b1b4256 Fix IsProvablyNotDerivedFrom to always use record definitions when available. by John McCall · 15 years ago
  9. 3f0b5fd Rework the fix-it hint for code like by Douglas Gregor · 15 years ago
  10. 8d1c9ae Fix a crash with qualified member access into a non-type, from Sean Hunt! by Douglas Gregor · 15 years ago
  11. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  12. 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 16 years ago
  13. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 16 years ago
  14. 76f7d28 Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 16 years ago
  15. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago