aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt
AgeCommit message (Expand)Author
2011-09-06PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith
2011-08-03Improve overloaded function handling in the typo correction code.Kaelyn Uhrain
2011-07-30Introduce a Fix-It for the "missing sentinel" warning, adding anDouglas Gregor
2011-07-28Add a fixit for removal of unused label.Anna Zaks
2011-07-28Another test case for the &/* mismatch fixit.Anna Zaks
2011-07-28Add */& mismatch fixit generation to the Sema::DiagnoseAssignmentResult().Anna Zaks
2011-07-26Provide fixit for static use of objective-c typeFariborz Jahanian
2011-07-25objective-c: Provide a 'fixit' when class was usedFariborz Jahanian
2011-07-21Add FixIt hint for missing 'id' type.Fariborz Jahanian
2011-07-21Addressing code review comments for commit 135509 - Add FixItHints in case a ...Anna Zaks
2011-07-19Add FixItHints in case a C++ function call is missing * or & operators on one...Anna Zaks
2011-07-14Add a hackaround to avoid the crash in PR10355. However, our recoveryDouglas Gregor
2011-07-01When adding boolean keywords for typo correction, add either "bool" orDouglas Gregor
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor
2011-06-28Provide fix-it for '.' <-> '->' for Objective-C ivar/property access.Fariborz Jahanian
2011-06-24Allow the fixit for missing ':' in the ?: ternary operator if it is pointingArgyrios Kyrtzidis
2011-05-02Fixed test case asserts due to checkin of r130710.Chad Rosier
2011-04-27Extend Sema::ClassifyName() to support C++, ironing out a few issuesDouglas Gregor
2011-04-27Fix testDouglas Gregor
2011-04-27Improve diagnostics for typo correction via Sema::ClassifyName(), byDouglas Gregor
2011-04-24Implement a new identifier-classification scheme where SemaDouglas Gregor
2011-04-21Fixit suggestion for adding missing tag name should have a space after the ta...Argyrios Kyrtzidis
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-04-13Issue the 2nd fixit even if fix-it hint is supressed.Fariborz Jahanian
2011-04-13No fixit hint for builtin expressions which areFariborz Jahanian
2011-03-27Improve recovery (error + fix-it) when parsing type dependent template name w...Francois Pichet
2011-02-22Provide Fixit warning when 'auto' is intended as storageFariborz Jahanian
2011-02-19Remove the Fix-It for "main must return 'int'", which is not alwaysDouglas Gregor
2010-10-26Disable this test until we figure out what madness it causesDouglas Gregor
2010-10-26SignDouglas Gregor
2010-10-26I hate this testDouglas Gregor
2010-10-26Something is seriously wonky with this testDouglas Gregor
2010-10-26Fix silly typoDouglas Gregor
2010-10-26Teach typo correction not to return the same keyword that matches aDouglas Gregor
2010-10-22Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up ...Anders Carlsson
2010-10-20Fix handling of property and ivar lookup in typo correction; the twoDouglas Gregor
2010-10-20Disable this test while I track down the platform-specific issueDouglas Gregor
2010-10-20Bah, incompetenceDouglas Gregor
2010-10-20Eliminate another ordering dependency in typo correction. Re-enable typo.m, w...Douglas Gregor
2010-10-15Disable this test again, which naturally fails on every platform except the o...Douglas Gregor
2010-10-15When performing typo correction, keep track of whether the last lookupDouglas Gregor
2010-10-15Disable type.m while failures are investigated.Daniel Dunbar
2010-10-15Make test more consistent.Daniel Dunbar
2010-10-08When we encounter a '==' in a context expecting a '=', assume the user made a...Argyrios Kyrtzidis
2010-10-01Better diagnostic for superfluous scope specifier inside a class definition f...Francois Pichet
2010-09-17Update testDouglas Gregor
2010-09-17When we run into an error parsing or type-checking the left-hand sideDouglas Gregor
2010-09-16Implement automatic bracket insertion for Objective-C class messageDouglas Gregor
2010-09-15Handle bracket insertion for Objective-C class messages in a veryDouglas Gregor
2010-09-15Extend bracket insertion to message sends to "super", e.g.,Douglas Gregor