1. d653701 Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the by Richard Smith · 12 years ago
  2. 7d90fe5 Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 12 years ago
  3. e4c7f90 Convert SemaExprMember.cpp to pass a callback object to CorrectTypo, by Kaelyn Uhrain · 13 years ago
  4. 059d578 A few minor improvements to error recovery trying to access member of a function. In particular, this restores the cool error recovery for the example from http://blog.llvm.org/2010/04/amazing-feats-of-clang-error-recovery.html , which regressed a few months back. by Eli Friedman · 13 years ago
  5. 6dbba4f Catch placeholder types in DefaultLvalueConversion by John McCall · 13 years ago
  6. c9366ba Implement Sema::isExprCallable. by Matt Beaumont-Gay · 13 years ago
  7. fbe5994 Much to my surprise, OverloadExprs can also point to function template decls. by Matt Beaumont-Gay · 13 years ago
  8. 65b34d7 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 13 years ago
  9. 26ae5dd Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 14 years ago
  10. 9d4bb94 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 14 years ago
  11. 12eb5d6 When typo correction produces a result that is not of the kind we're by Douglas Gregor · 14 years ago
  12. ad00b77 Fix a point of semantics with using declaration hiding: method templates by John McCall · 14 years ago
  13. 2b147f0 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 14 years ago
  14. b0fd483 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 14 years ago
  15. a572887 Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 15 years ago
  16. b1b4256 Fix IsProvablyNotDerivedFrom to always use record definitions when available. by John McCall · 15 years ago
  17. 3f0b5fd Rework the fix-it hint for code like by Douglas Gregor · 15 years ago
  18. 8d1c9ae Fix a crash with qualified member access into a non-type, from Sean Hunt! by Douglas Gregor · 15 years ago
  19. 7c94c4b Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 15 years ago
  20. 214f31a If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 15 years ago
  21. d7d5f02 Rename clang to clang-cc. by Daniel Dunbar · 15 years ago
  22. 76f7d28 Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 16 years ago
  23. 86f1940 Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 16 years ago