summaryrefslogtreecommitdiff
path: root/test/FixIt
Commit message (Expand)AuthorAgeFilesLines
* PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith2011-09-068-11/+11
* Improve overloaded function handling in the typo correction code.Kaelyn Uhrain2011-08-031-5/+6
* Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor2011-07-301-0/+14
* Add a fixit for removal of unused label.Anna Zaks2011-07-281-2/+13
* Another test case for the &/* mismatch fixit.Anna Zaks2011-07-281-1/+15
* Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks2011-07-282-0/+33
* Provide fixit for static use of objective-c typeFariborz Jahanian2011-07-261-0/+11
* objective-c: Provide a 'fixit' when class was usedFariborz Jahanian2011-07-251-0/+18
* Add FixIt hint for missing 'id' type.Fariborz Jahanian2011-07-211-0/+24
* Addressing code review comments for commit 135509 - Add FixItHints in case a ...Anna Zaks2011-07-211-2/+19
* Add FixItHints in case a C++ function call is missing * or & operators on one...Anna Zaks2011-07-191-0/+87
* Add a hackaround to avoid the crash in PR10355. However, our recoveryDouglas Gregor2011-07-141-0/+11
* When adding boolean keywords for typo correction, add either "bool" orDouglas Gregor2011-07-011-0/+6
* Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor2011-06-281-0/+6
* Provide fix-it for '.' <-> '->' for Objective-C ivar/property access.Fariborz Jahanian2011-06-281-0/+14
* Allow the fixit for missing ':' in the ?: ternary operator if it is pointingArgyrios Kyrtzidis2011-06-241-0/+5
* Fixed test case asserts due to checkin of r130710.Chad Rosier2011-05-021-1/+1
* Extend Sema::ClassifyName() to support C++, ironing out a few issuesDouglas Gregor2011-04-271-0/+9
* Fix testDouglas Gregor2011-04-271-2/+2
* Improve diagnostics for typo correction via Sema::ClassifyName(), byDouglas Gregor2011-04-272-3/+4
* Implement a new identifier-classification scheme where SemaDouglas Gregor2011-04-243-13/+17
* Fixit suggestion for adding missing tag name should have a space after the ta...Argyrios Kyrtzidis2011-04-211-0/+6
* Support for C++11 (non-template) alias declarations.Richard Smith2011-04-151-0/+3
* Issue the 2nd fixit even if fix-it hint is supressed.Fariborz Jahanian2011-04-131-1/+2
* No fixit hint for builtin expressions which areFariborz Jahanian2011-04-131-0/+15
* Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet2011-03-271-0/+19
* Provide Fixit warning when 'auto' is intended as storageFariborz Jahanian2011-02-221-0/+11
* Remove the Fix-It for "main must return 'int'", which is not alwaysDouglas Gregor2011-02-191-5/+0
* 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