summaryrefslogtreecommitdiffstats
path: root/clang/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* Disable this test until we figure out what madness it causesDouglas Gregor2010-10-261-0/+3
* SignDouglas Gregor2010-10-261-1/+1
* I hate this testDouglas Gregor2010-10-261-3/+3
* Something is seriously wonky with this testDouglas Gregor2010-10-261-2/+6
* Fix silly typoDouglas Gregor2010-10-261-1/+1
* Teach typo correction not to return the same keyword that matches aDouglas Gregor2010-10-261-0/+9
* Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up ...Anders Carlsson2010-10-221-1/+1
* Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor2010-10-202-6/+1
* Disable this test while I track down the platform-specific issueDouglas Gregor2010-10-201-0/+3
* Bah, incompetenceDouglas Gregor2010-10-201-0/+3
* Eliminate another ordering dependency in typo correction. Re-enable typo.m, w...Douglas Gregor2010-10-201-3/+0
* Disable this test again, which naturally fails on every platform except the o...Douglas Gregor2010-10-151-0/+3
* When performing typo correction, keep track of whether the last lookupDouglas Gregor2010-10-151-3/+0
* Disable type.m while failures are investigated.Daniel Dunbar2010-10-151-0/+3
* Make test more consistent.Daniel Dunbar2010-10-151-1/+1
* When we encounter a '==' in a context expecting a '=', assume the user made a...Argyrios Kyrtzidis2010-10-081-0/+12
* Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet2010-10-011-0/+5
* Update testDouglas Gregor2010-09-171-1/+2
* When we run into an error parsing or type-checking the left-hand sideDouglas Gregor2010-09-171-1/+2
* Implement automatic bracket insertion for Objective-C class messageDouglas Gregor2010-09-161-1/+3
* Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor2010-09-151-0/+1
* Extend bracket insertion to message sends to "super", e.g.,Douglas Gregor2010-09-151-0/+14
* Extend bracket insertion to handle nullary selectors, e.g.Douglas Gregor2010-09-151-0/+2
* Implement bracket insertion for Objective-C instance message sends asDouglas Gregor2010-09-151-0/+19
* add a fixit when 'main' does ot return 'int'; review welcomeGabor Greif2010-09-081-0/+6
* Improve recovery when there is a stray ']' or ')' before the ';' atDouglas Gregor2010-09-071-14/+18
* Improve recovery when a comma is missing between enumerators in anDouglas Gregor2010-09-071-0/+7
* Improve diagnostic and recovery when missing a comma between base orDouglas Gregor2010-09-071-0/+9
* When complaining about a duplicate declspec, provide a Fix-It thatDouglas Gregor2010-08-231-0/+3
* Introduce -f{no-}spell-checking options to enable/disableDouglas Gregor2010-07-091-0/+6
* Fix broken testcaseDouglas Gregor2010-06-291-2/+2
* Typo correction for namespace alias definitionsDouglas Gregor2010-06-291-2/+5
* Allow a using directive to refer to the implicitly-defined namespaceDouglas Gregor2010-06-291-1/+6
* Tweak test for non-64-bit DarwinDouglas Gregor2010-05-311-4/+6
* When we see the a '[' in a postfix expression in Objective-C, performDouglas Gregor2010-05-311-1/+7
* Fix typo test caseDouglas Gregor2010-05-181-1/+1
* Give a slight edge to the context-sensitive keyword 'super' overDouglas Gregor2010-05-181-4/+2
* Tweak typo-correction logic a bit regarding "super", so that weDouglas Gregor2010-05-181-1/+16
* Clean up test case and remove XFAIL. This test can now distinguish betweenTed Kremenek2010-05-171-21/+16
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-2414-28/+51
* fix the ?: fixit that ted added to recover properly.Chris Lattner2010-04-201-3/+3
* When searching for code-completion and typo-correction candidates,Douglas Gregor2010-04-191-0/+34
* Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky2010-04-153-0/+3
* Thread a Scope pointer into BuildRecoveryCallExpr to help typoDouglas Gregor2010-04-141-0/+9
* Teach typo correction about various language keywords. We can'tDouglas Gregor2010-04-143-0/+38
* Implement typo correction for Objective-C message sends when theDouglas Gregor2010-04-141-3/+2
* Add fixit hint for missing ':' in ternary expressions.Ted Kremenek2010-04-121-0/+5
* Remove fixit for string literal comparison. Telling the user to use 'strcmp'...Ted Kremenek2010-04-091-6/+0
* Turn access control on by default in -cc1.John McCall2010-04-091-0/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
OpenPOWER on IntegriCloud