| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable this test until we figure out what madness it causes | Douglas Gregor | 2010-10-26 | 1 | -0/+3 |
* | Sign | Douglas Gregor | 2010-10-26 | 1 | -1/+1 |
* | I hate this test | Douglas Gregor | 2010-10-26 | 1 | -3/+3 |
* | Something is seriously wonky with this test | Douglas Gregor | 2010-10-26 | 1 | -2/+6 |
* | Fix silly typo | Douglas Gregor | 2010-10-26 | 1 | -1/+1 |
* | Teach typo correction not to return the same keyword that matches a | Douglas Gregor | 2010-10-26 | 1 | -0/+9 |
* | Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up ... | Anders Carlsson | 2010-10-22 | 1 | -1/+1 |
* | Fix handling of property and ivar lookup in typo correction; the two | Douglas Gregor | 2010-10-20 | 2 | -6/+1 |
* | Disable this test while I track down the platform-specific issue | Douglas Gregor | 2010-10-20 | 1 | -0/+3 |
* | Bah, incompetence | Douglas Gregor | 2010-10-20 | 1 | -0/+3 |
* | Eliminate another ordering dependency in typo correction. Re-enable typo.m, w... | Douglas Gregor | 2010-10-20 | 1 | -3/+0 |
* | Disable this test again, which naturally fails on every platform except the o... | Douglas Gregor | 2010-10-15 | 1 | -0/+3 |
* | When performing typo correction, keep track of whether the last lookup | Douglas Gregor | 2010-10-15 | 1 | -3/+0 |
* | Disable type.m while failures are investigated. | Daniel Dunbar | 2010-10-15 | 1 | -0/+3 |
* | Make test more consistent. | Daniel Dunbar | 2010-10-15 | 1 | -1/+1 |
* | When we encounter a '==' in a context expecting a '=', assume the user made a... | Argyrios Kyrtzidis | 2010-10-08 | 1 | -0/+12 |
* | Better diagnostic for superfluous scope specifier inside a class definition f... | Francois Pichet | 2010-10-01 | 1 | -0/+5 |
* | Update test | Douglas Gregor | 2010-09-17 | 1 | -1/+2 |
* | When we run into an error parsing or type-checking the left-hand side | Douglas Gregor | 2010-09-17 | 1 | -1/+2 |
* | Implement automatic bracket insertion for Objective-C class message | Douglas Gregor | 2010-09-16 | 1 | -1/+3 |
* | Handle bracket insertion for Objective-C class messages in a very | Douglas Gregor | 2010-09-15 | 1 | -0/+1 |
* | Extend bracket insertion to message sends to "super", e.g., | Douglas Gregor | 2010-09-15 | 1 | -0/+14 |
* | Extend bracket insertion to handle nullary selectors, e.g. | Douglas Gregor | 2010-09-15 | 1 | -0/+2 |
* | Implement bracket insertion for Objective-C instance message sends as | Douglas Gregor | 2010-09-15 | 1 | -0/+19 |
* | add a fixit when 'main' does ot return 'int'; review welcome | Gabor Greif | 2010-09-08 | 1 | -0/+6 |
* | Improve recovery when there is a stray ']' or ')' before the ';' at | Douglas Gregor | 2010-09-07 | 1 | -14/+18 |
* | Improve recovery when a comma is missing between enumerators in an | Douglas Gregor | 2010-09-07 | 1 | -0/+7 |
* | Improve diagnostic and recovery when missing a comma between base or | Douglas Gregor | 2010-09-07 | 1 | -0/+9 |
* | When complaining about a duplicate declspec, provide a Fix-It that | Douglas Gregor | 2010-08-23 | 1 | -0/+3 |
* | Introduce -f{no-}spell-checking options to enable/disable | Douglas Gregor | 2010-07-09 | 1 | -0/+6 |
* | Fix broken testcase | Douglas Gregor | 2010-06-29 | 1 | -2/+2 |
* | Typo correction for namespace alias definitions | Douglas Gregor | 2010-06-29 | 1 | -2/+5 |
* | Allow a using directive to refer to the implicitly-defined namespace | Douglas Gregor | 2010-06-29 | 1 | -1/+6 |
* | Tweak test for non-64-bit Darwin | Douglas Gregor | 2010-05-31 | 1 | -4/+6 |
* | When we see the a '[' in a postfix expression in Objective-C, perform | Douglas Gregor | 2010-05-31 | 1 | -1/+7 |
* | Fix typo test case | Douglas Gregor | 2010-05-18 | 1 | -1/+1 |
* | Give a slight edge to the context-sensitive keyword 'super' over | Douglas Gregor | 2010-05-18 | 1 | -4/+2 |
* | Tweak typo-correction logic a bit regarding "super", so that we | Douglas Gregor | 2010-05-18 | 1 | -1/+16 |
* | Clean up test case and remove XFAIL. This test can now distinguish between | Ted Kremenek | 2010-05-17 | 1 | -21/+16 |
* | Teach clang -fixit to modify files in-place, or -fixit=suffix to create new | Nick Lewycky | 2010-04-24 | 14 | -28/+51 |
* | fix the ?: fixit that ted added to recover properly. | Chris Lattner | 2010-04-20 | 1 | -3/+3 |
* | When searching for code-completion and typo-correction candidates, | Douglas Gregor | 2010-04-19 | 1 | -0/+34 |
* | Teach -fixit to modify all of its inputs instead of just the main file, unless | Nick Lewycky | 2010-04-15 | 3 | -0/+3 |
* | Thread a Scope pointer into BuildRecoveryCallExpr to help typo | Douglas Gregor | 2010-04-14 | 1 | -0/+9 |
* | Teach typo correction about various language keywords. We can't | Douglas Gregor | 2010-04-14 | 3 | -0/+38 |
* | Implement typo correction for Objective-C message sends when the | Douglas Gregor | 2010-04-14 | 1 | -3/+2 |
* | Add fixit hint for missing ':' in ternary expressions. | Ted Kremenek | 2010-04-12 | 1 | -0/+5 |
* | Remove fixit for string literal comparison. Telling the user to use 'strcmp'... | Ted Kremenek | 2010-04-09 | 1 | -6/+0 |
* | Turn access control on by default in -cc1. | John McCall | 2010-04-09 | 1 | -0/+1 |
* | Improve diagnostics like "initializing <type> from an expression of | Douglas Gregor | 2010-04-09 | 1 | -1/+1 |