aboutsummaryrefslogtreecommitdiff
path: root/clang/test/FixIt/fixit-errors.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Set the default C standard to C99 when targeting the PS4.Sunil Srivastava1-0/+3
2014-11-10Improve diagnostics if _Noreturn is placed after a function declarator. (This...Richard Smith1-1/+9
2013-01-25This test actually passes, just add the missing expected-errorDmitri Gribenko1-3/+3
2011-09-06PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith1-1/+1
2010-10-22Minor tweak so that fixit-errors.c is never compiled; it crashes and pops up ...Anders Carlsson1-1/+1
2010-04-24Teach clang -fixit to modify files in-place, or -fixit=suffix to create newNick Lewycky1-1/+3
2010-04-15Teach -fixit to modify all of its inputs instead of just the main file, unlessNick Lewycky1-0/+1
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar1-1/+1
2009-11-14Update FixIt tests to make it more obvious they use a separate mode.Daniel Dunbar1-1/+1
2009-11-06Rework the fix-it hint for code likeDouglas Gregor1-0/+10
2009-04-02Move the fix-it tests into their own subdirectoryDouglas Gregor1-0/+10