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
/
SemaCXX
/
format-strings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Test] Make Lit tests C++11 compatible - printf format string
Charles Li
2017-02-13
1
-3
/
+17
*
Move the fixit for -Wformat-security to a note.
Bob Wilson
2016-03-15
1
-0
/
+1
*
Extend format specifier checking to include field function pointers in additi...
Aaron Ballman
2015-04-23
1
-0
/
+15
*
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
Richard Smith
2014-07-19
1
-1
/
+1
*
-Wformat: Don't check format strings in uninstantiated templates.
Jordan Rose
2012-10-02
1
-1
/
+59
*
-Wformat-non-iso: warn about positional arguments (pr12017)
Hans Wennborg
2012-03-09
1
-1
/
+1
*
Warn about non-standard format strings (pr12017)
Hans Wennborg
2012-02-22
1
-2
/
+1
*
When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...
Jean-Daniel Dupas
2012-02-21
1
-3
/
+27
*
Support all null pointer literals in format strings.
David Blaikie
2012-02-10
1
-0
/
+2
*
Enhance checking for null format string literal to take into account __null. ...
Ted Kremenek
2012-02-10
1
-0
/
+11
*
Implements support of format_arg attribute on C++ member.
Jean-Daniel Dupas
2012-02-07
1
-1
/
+23
*
Format string warnings: don't a.k.a. wchar_t with wchar_t.
Hans Wennborg
2012-01-31
1
-0
/
+4
*
Support the 'a' scanf length modifier as an extension in C++.
Hans Wennborg
2011-12-28
1
-0
/
+15