Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Sema
/
format-strings-fixit.c
57819fc
Move the fixit for -Wformat-security to a note.
by Bob Wilson
· 10 years ago
cf2cf0d
Add fix-it for format-security warnings.
by Bob Wilson
· 10 years ago
a3c494f
Revert "clang/test/Driver/crash-report.c: This requires rewriter for -frewrite-includes. [PR20321]"
by Alp Toker
· 11 years ago
692d6bb
clang/test: Introduce the feature "rewriter" for --enable-clang-rewriter.
by NAKAMURA Takumi
· 11 years ago
202113f
Remove wchar_t* buffer from scanf format fix-it test.
by Jordan Rose
· 12 years ago
d498236
Make format-strings-fixit.c aware of "%hu" uint16_t on wchar_t for targeting win32.
by NAKAMURA Takumi
· 12 years ago
177b0a3
scanf format checking: include the buffer length in the fix-it for %s.
by Jordan Rose
· 12 years ago
1eb3429
Format strings: don't ever convert %+d to %lu.
by Jordan Rose
· 13 years ago
08574d3
Make -Wformat walk the typedef chain when looking for size_t, etc.
by Hans Wennborg
· 13 years ago
aa8c61c
-Wformat-non-iso: warn about positional arguments (pr12017)
by Hans Wennborg
· 14 years ago
d99d688
Make -Wformat fix-its preserve original conversion specifiers.
by Hans Wennborg
· 14 years ago
b1a5e09
Check that arguments to a scanf call match the format specifier,
by Hans Wennborg
· 14 years ago
2027de3
fix format specifier fixit for printf("%ld", "foo");
by Hans Wennborg
· 14 years ago
cc8ce7b
Break out ssize_t test from Sema/format-strings-fixit.c
by Hans Wennborg
· 14 years ago
a5d653c
Another attempt at fixing format-strings-fixit.c.
by Hans Wennborg
· 14 years ago
95c49c6
Disable the ssize_t test in format-strings-fixit.c.
by Hans Wennborg
· 14 years ago
f99d04f
Suggest %zu for size_t args to printf.
by Hans Wennborg
· 14 years ago
3ab1555
PR10867: Work around a bug in lit. Multiple RUN: lines are joined with &&, so:
by Richard Smith
· 14 years ago
d0c2afd
Revert r135147 and r135075. The consensus was that this wasn't the right thing to do.
by Ted Kremenek
· 14 years ago
ba84cf5
Reapply r135075, but modify format-strings.c and format-strings-fixit.c test cases to be more portable with an explicit target triple.
by Ted Kremenek
· 14 years ago
8dcc466
When generating printf fixits, preserve the original formating for unsigned integers (e.g., 'x', 'o').
by Ted Kremenek
· 14 years ago
3f272b8
Bug 7377: printf checking fails to flag some undefined behavior
by Tom Care
· 15 years ago
6e4ea2d
Printf format strings: Added some more tests and fixed some minor bugs.
by Tom Care
· 15 years ago
98008a4
Fix format string checking of '%c' by treating it as an integer conversion. Fixes PR 7391.
by Ted Kremenek
· 15 years ago
64c235e
Extend format string type-checking to include '%p'. Fixes remaining cases PR 4468.
by Ted Kremenek
· 15 years ago
0055463
Small fixes regarding printf fix suggestions.
by Tom Care
· 15 years ago
b704270
Added FixIt support to printf format string checking.
by Tom Care
· 15 years ago