| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the end sourcelocation of the call expression in a member access when | Nick Lewycky | 2013-08-21 | 1 | -0/+10 |
* | A few small cleanups to r187504. Thanks to dblaikie for the assist. | Kaelyn Uhrain | 2013-07-31 | 1 | -0/+2 |
* | Improve the diagnostic experience, including adding recovery, for | Kaelyn Uhrain | 2013-07-31 | 1 | -6/+32 |
* | Fix a typo in the diagnostic note added in r186342. | Kaelyn Uhrain | 2013-07-15 | 1 | -2/+2 |
* | Move the "->" to "." fixit from r186128 into a separate note since | Kaelyn Uhrain | 2013-07-15 | 1 | -1/+15 |
* | Per [basic.lookup.classref]p3, in an expression of the form p->~type-name, the | Richard Smith | 2012-11-15 | 1 | -0/+5 |
* | Fix a QoI bug reported by a user. | Matt Beaumont-Gay | 2012-04-21 | 1 | -0/+10 |
* | Convert SemaExprMember.cpp to pass a callback object to CorrectTypo, | Kaelyn Uhrain | 2012-01-13 | 1 | -2/+2 |
* | A few minor improvements to error recovery trying to access member of a funct... | Eli Friedman | 2012-01-13 | 1 | -0/+10 |
* | Catch placeholder types in DefaultLvalueConversion | John McCall | 2011-10-11 | 1 | -15/+15 |
* | Implement Sema::isExprCallable. | Matt Beaumont-Gay | 2011-05-04 | 1 | -3/+9 |
* | Much to my surprise, OverloadExprs can also point to function template decls. | Matt Beaumont-Gay | 2011-03-05 | 1 | -0/+5 |
* | Clean up the error recovery at the bottom of Sema::LookupMemberExpr. This | Matt Beaumont-Gay | 2011-02-22 | 1 | -2/+8 |
* | Fix PR9025 and add a diagnostic (and sometimes a fixit) for an overloaded | Matt Beaumont-Gay | 2011-02-17 | 1 | -0/+15 |
* | Don't die when a member access refers to a non-class member via a | Douglas Gregor | 2010-07-28 | 1 | -0/+14 |
* | When typo correction produces a result that is not of the kind we're | Douglas Gregor | 2010-06-29 | 1 | -0/+11 |
* | Fix a point of semantics with using declaration hiding: method templates | John McCall | 2010-06-16 | 1 | -0/+18 |
* | When name lookup finds a single declaration that was imported via a | Douglas Gregor | 2010-04-25 | 1 | -0/+16 |
* | Improve the diagnostic when we find something we did not expect in a | Douglas Gregor | 2010-04-25 | 1 | -3/+3 |
* | Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. | Daniel Dunbar | 2009-12-15 | 1 | -1/+1 |
* | Fix IsProvablyNotDerivedFrom to always use record definitions when available. | John McCall | 2009-12-01 | 1 | -0/+15 |
* | Rework the fix-it hint for code like | Douglas Gregor | 2009-11-06 | 1 | -2/+1 |
* | Fix a crash with qualified member access into a non-type, from Sean Hunt! | Douglas Gregor | 2009-10-17 | 1 | -0/+11 |
* | Use "()" instead of "(void)" when pretty-printing a parameter-less function t... | Argyrios Kyrtzidis | 2009-06-03 | 1 | -1/+1 |
* | If the user is trying to apply the -> or . member reference operator | Douglas Gregor | 2009-03-27 | 1 | -0/+11 |
* | Rename clang to clang-cc. | Daniel Dunbar | 2009-03-24 | 1 | -1/+1 |
* | Add test for contextual conversion to bool, and enable some FIXME'd tests | Douglas Gregor | 2009-01-16 | 1 | -2/+2 |
* | Add support for member references (E1.E2, E1->E2) with C++ semantics, | Douglas Gregor | 2008-12-20 | 1 | -0/+22 |