aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Sema/format-strings-fixit.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Move the fixit for -Wformat-security to a note.Bob Wilson1-6/+0
2016-03-11Add fix-it for format-security warnings.Bob Wilson1-0/+6
2014-07-16Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrit...Alp Toker1-1/+0
2014-07-16clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.NAKAMURA Takumi1-0/+1
2014-03-20Remove wchar_t* buffer from scanf format fix-it test.Jordan Rose1-5/+0
2014-03-20Make format-strings-fixit.c aware of "%hu" uint16_t on wchar_t for targeting ...NAKAMURA Takumi1-2/+2
2014-03-20scanf format checking: include the buffer length in the fix-it for %s.Jordan Rose1-2/+26
2013-01-17Format strings: don't ever convert %+d to %lu.Jordan Rose1-4/+4
2012-07-27Make -Wformat walk the typedef chain when looking for size_t, etc.Hans Wennborg1-0/+34
2012-03-09-Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg1-0/+6
2012-02-15Make -Wformat fix-its preserve original conversion specifiers.Hans Wennborg1-11/+59
2011-12-10Check that arguments to a scanf call match the format specifier,Hans Wennborg1-5/+70
2011-12-09fix format specifier fixit for printf("%ld", "foo");Hans Wennborg1-1/+5
2011-10-19Break out ssize_t test from Sema/format-strings-fixit.cHans Wennborg1-2/+0
2011-10-18Another attempt at fixing format-strings-fixit.c.Hans Wennborg1-5/+5
2011-10-18Disable the ssize_t test in format-strings-fixit.c.Hans Wennborg1-3/+2
2011-10-18Suggest %zu for size_t args to printf.Hans Wennborg1-0/+18
2011-09-06PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:Richard Smith1-1/+1
2011-07-14Revert r135147 and r135075. The consensus was that this wasn't the right thi...Ted Kremenek1-3/+3
2011-07-14Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...Ted Kremenek1-3/+3
2011-04-25When generating printf fixits, preserve the original formating for unsigned i...Ted Kremenek1-0/+26
2010-06-21Bug 7377: printf checking fails to flag some undefined behavior Tom Care1-5/+3
2010-06-18Printf format strings: Added some more tests and fixed some minor bugs.Tom Care1-0/+15
2010-06-17Fix format string checking of '%c' by treating it as an integer conversion. ...Ted Kremenek1-0/+2
2010-06-16Extend format string type-checking to include '%p'. Fixes remaining cases PR...Ted Kremenek1-0/+1
2010-06-11Small fixes regarding printf fix suggestions.Tom Care1-3/+11
2010-06-09Added FixIt support to printf format string checking.Tom Care1-0/+20