1. c3ef532 revert r311839 (ongoing cwg discussion) by Faisal Vali · 8 years ago
  2. 13624cf9 Pass the correct object argument when a member call to an 'unrelated' class is made. by Faisal Vali · 8 years ago
  3. 542f04c [Lit Test] Updated 26 Lit tests to be C++11 compatible. by Charles Li · 10 years ago
  4. 6e11073 Unify warnings/errors from "maybe you meant" to "did you mean". by Eric Christopher · 11 years ago
  5. 6ed7251 Revert "Don't require -re suffix on -verify directives with regexes." by Alp Toker · 12 years ago
  6. 9b395ef Don't require -re suffix on -verify directives with regexes. by Hans Wennborg · 12 years ago
  7. cda4b6d Change semantics of regex expectations in the diagnostic verifier by Hans Wennborg · 12 years ago
  8. 8903572 Revert "Try to correct a mistyped "-" or ">" to "->" for some C++ cases." by Kaelyn Uhrain · 12 years ago
  9. 3fb1710 Try to correct a mistyped "-" or ">" to "->" for some C++ cases. by Kaelyn Uhrain · 12 years ago
  10. 1e43d95 Fix the end sourcelocation of the call expression in a member access when by Nick Lewycky · 12 years ago
  11. 957c8b1 A few small cleanups to r187504. Thanks to dblaikie for the assist. by Kaelyn Uhrain · 12 years ago
  12. 0c51de4 Improve the diagnostic experience, including adding recovery, for by Kaelyn Uhrain · 12 years ago
  13. 786928d Fix a typo in the diagnostic note added in r186342. by Kaelyn Uhrain · 12 years ago
  14. bad7fb0 Move the "->" to "." fixit from r186128 into a separate note since by Kaelyn Uhrain · 12 years ago
  15. af41696 Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the by Richard Smith · 13 years ago
  16. d9f244af Fix a QoI bug reported by a user. by Matt Beaumont-Gay · 14 years ago
  17. 3658e6a Convert SemaExprMember.cpp to pass a callback object to CorrectTypo, by Kaelyn Uhrain · 14 years ago
  18. 9a766c4 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 · 14 years ago
  19. 50a2c2c Catch placeholder types in DefaultLvalueConversion by John McCall · 14 years ago
  20. 3c27391 Implement Sema::isExprCallable. by Matt Beaumont-Gay · 15 years ago
  21. f8bb45f Much to my surprise, OverloadExprs can also point to function template decls. by Matt Beaumont-Gay · 15 years ago
  22. 06de255 Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This by Matt Beaumont-Gay · 15 years ago
  23. 956fc1c Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded by Matt Beaumont-Gay · 15 years ago
  24. a9c3e82 Don't die when a member access refers to a non-class member via a by Douglas Gregor · 15 years ago
  25. c048c52 When typo correction produces a result that is not of the kind we're by Douglas Gregor · 15 years ago
  26. e9cccd8 Fix a point of semantics with using declaration hiding: method templates by John McCall · 15 years ago
  27. 516d672 When name lookup finds a single declaration that was imported via a by Douglas Gregor · 16 years ago
  28. 861eb80 Improve the diagnostic when we find something we did not expect in a by Douglas Gregor · 16 years ago
  29. 8fbe78f Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. by Daniel Dunbar · 16 years ago
  30. a6d407c Fix IsProvablyNotDerivedFrom to always use record definitions when available. by John McCall · 16 years ago
  31. d82ae38 Rework the fix-it hint for code like by Douglas Gregor · 16 years ago
  32. 0b3d95a Fix a crash with qualified member access into a non-type, from Sean Hunt! by Douglas Gregor · 16 years ago
  33. b1d51aa Use "()" instead of "(void)" when pretty-printing a parameter-less function type for C++. by Argyrios Kyrtzidis · 16 years ago
  34. 0b08ba4 If the user is trying to apply the -> or . member reference operator by Douglas Gregor · 17 years ago
  35. a45cf5b Rename clang to clang-cc. by Daniel Dunbar · 17 years ago
  36. 6bd18af Add test for contextual conversion to bool, and enable some FIXME'd tests by Douglas Gregor · 17 years ago
  37. 2eedc3a Add support for member references (E1.E2, E1->E2) with C++ semantics, by Douglas Gregor · 17 years ago