summaryrefslogtreecommitdiffstats
path: root/test/FixIt/fixit.c
Commit message (Expand)AuthorAgeFilesLines
* [clang] Cleanup fixit.cAlexander Shaposhnikov2017-06-091-2/+1
* Unify handling of string literal arguments for attributes and add fixits.Benjamin Kramer2013-09-131-0/+2
* If a comma operator is followed by a token which unambiguously indicates theRichard Smith2012-09-181-0/+7
* Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith2012-06-251-0/+8
* Reject continue/break statements within members of local functions nested withinRichard Smith2012-02-171-19/+42
* Revert most of r145372 for now. Lookahead beyond the ';' in a functionRichard Smith2011-11-301-8/+0
* PR10101: Recover better from a common copy-paste error: if a functionRichard Smith2011-11-291-0/+8
* Improve the diagnostic when a comma ends up at the end of a declarator groupRichard Smith2011-10-191-0/+7
* PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith2011-09-061-1/+1
* Add a fixit for removal of unused label.Anna Zaks2011-07-281-2/+13
* Allow the fixit for missing ':' in the ?: ternary operator if it is pointingArgyrios Kyrtzidis2011-06-241-0/+5
* Fixit suggestion for adding missing tag name should have a space after the ta...Argyrios Kyrtzidis2011-04-211-0/+6
* Improve recovery when a comma is missing between enumerators in anDouglas Gregor2010-09-071-0/+7
* When complaining about a duplicate declspec, provide a Fix-It thatDouglas Gregor2010-08-231-0/+3
* Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky2010-04-241-4/+6
* fix the ?: fixit that ted added to recover properly.Chris Lattner2010-04-201-3/+3
* 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
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Drop unnecessary #include.Daniel Dunbar2009-11-171-1/+3
* Improve test to make sure -fixit is really working.Daniel Dunbar2009-11-141-1/+9
* Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar2009-11-141-1/+1
* Fixed the Fix-It hints for comparison against a string literal. Thanks, Chris!Douglas Gregor2009-04-061-2/+2
* Move the fix-it tests into their own subdirectoryDouglas Gregor2009-04-021-0/+29