index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Sema
/
format-strings-fixit.c
Age
Commit message (
Expand
)
Author
2013-01-17
Format strings: don't ever convert %+d to %lu.
Jordan Rose
2012-07-27
Make -Wformat walk the typedef chain when looking for size_t, etc.
Hans Wennborg
2012-03-09
-Wformat-non-iso: warn about positional arguments (pr12017)
Hans Wennborg
2012-02-15
Make -Wformat fix-its preserve original conversion specifiers.
Hans Wennborg
2011-12-10
Check that arguments to a scanf call match the format specifier,
Hans Wennborg
2011-12-09
fix format specifier fixit for printf("%ld", "foo");
Hans Wennborg
2011-10-19
Break out ssize_t test from Sema/format-strings-fixit.c
Hans Wennborg
2011-10-18
Another attempt at fixing format-strings-fixit.c.
Hans Wennborg
2011-10-18
Disable the ssize_t test in format-strings-fixit.c.
Hans Wennborg
2011-10-18
Suggest %zu for size_t args to printf.
Hans Wennborg
2011-09-06
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
Richard Smith
2011-07-14
Revert r135147 and r135075. The consensus was that this wasn't the right thi...
Ted Kremenek
2011-07-14
Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...
Ted Kremenek
2011-04-25
When generating printf fixits, preserve the original formating for unsigned i...
Ted Kremenek
2010-06-21
Bug 7377: printf checking fails to flag some undefined behavior
Tom Care
2010-06-18
Printf format strings: Added some more tests and fixed some minor bugs.
Tom Care
2010-06-17
Fix format string checking of '%c' by treating it as an integer conversion. ...
Ted Kremenek
2010-06-16
Extend format string type-checking to include '%p'. Fixes remaining cases PR...
Ted Kremenek
2010-06-11
Small fixes regarding printf fix suggestions.
Tom Care
2010-06-09
Added FixIt support to printf format string checking.
Tom Care