aboutsummaryrefslogtreecommitdiff
path: root/test/FixIt/fixit.c
AgeCommit message (Expand)Author
2012-09-18If a comma operator is followed by a token which unambiguously indicates theRichard Smith
2012-06-25Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith
2012-02-17Reject continue/break statements within members of local functions nested withinRichard Smith
2011-11-30Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith
2011-11-29PR10101: Recover better from a common copy-paste error: if a functionRichard Smith
2011-10-19Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith
2011-09-06PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith
2011-07-28Add a fixit for removal of unused label.Anna Zaks
2011-06-24Allow the fixit for missing ':' in the ?: ternary operator if it is pointingArgyrios Kyrtzidis
2011-04-21Fixit suggestion for adding missing tag name should have a space after the ta...Argyrios Kyrtzidis
2010-09-07Improve recovery when a comma is missing between enumerators in anDouglas Gregor
2010-08-23When complaining about a duplicate declspec, provide a Fix-It thatDouglas Gregor
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky
2010-04-20fix the ?: fixit that ted added to recover properly.Chris Lattner
2010-04-12Add fixit hint for missing ':' in ternary expressions.Ted Kremenek
2010-04-09Remove fixit for string literal comparison. Telling the user to use 'strcmp'...Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-11-17Drop unnecessary #include.Daniel Dunbar
2009-11-14Improve test to make sure -fixit is really working.Daniel Dunbar
2009-11-14Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar
2009-04-06Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris!Douglas Gregor
2009-04-02Move the fix-it tests into their own subdirectoryDouglas Gregor