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