Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
SemaCXX
/
format-strings.cpp
2f84e43
[Test] Make Lit tests C++11 compatible - printf format string
by Charles Li
· 9 years ago
57819fc
Move the fixit for -Wformat-security to a note.
by Bob Wilson
· 10 years ago
b673c65
Extend format specifier checking to include field function pointers in addition to variable function pointers. Addresses PR21082.
by Aaron Ballman
· 10 years ago
1b98ccc
PR20356: Fix all Sema warnings with mismatched ext_/warn_ versus
by Richard Smith
· 11 years ago
3c14b23
-Wformat: Don't check format strings in uninstantiated templates.
by Jordan Rose
· 13 years ago
aa8c61c
-Wformat-non-iso: warn about positional arguments (pr12017)
by Hans Wennborg
· 14 years ago
c9dd946
Warn about non-standard format strings (pr12017)
by Hans Wennborg
· 14 years ago
58dab68
When calling a non variadic format function(vprintf, vscanf, NSLogv, …), warn if the format string argument is a parameter that is not itself declared as a format string with compatible format.
by Jean-Daniel Dupas
· 14 years ago
59fe3f8
Support all null pointer literals in format strings.
by David Blaikie
· 14 years ago
dde2ade
Enhance checking for null format string literal to take into account __null. Fixes <rdar://problem/8269537>.
by Ted Kremenek
· 14 years ago
6255bd1
Implements support of format_arg attribute on C++ member.
by Jean-Daniel Dupas
· 14 years ago
27a5995
Format string warnings: don't a.k.a. wchar_t with wchar_t.
by Hans Wennborg
· 14 years ago
e5f554a
Support the 'a' scanf length modifier as an extension in C++.
by Hans Wennborg
· 14 years ago