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