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