aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/format-strings.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-02-13[Test] Make Lit tests C++11 compatible - printf format stringCharles Li1-3/+17
2016-03-15Move the fixit for -Wformat-security to a note.Bob Wilson1-0/+1
2015-04-23Extend format specifier checking to include field function pointers in additi...Aaron Ballman1-0/+15
2014-07-19PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith1-1/+1
2012-10-02-Wformat: Don't check format strings in uninstantiated templates.Jordan Rose1-1/+59
2012-03-09-Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg1-1/+1
2012-02-22Warn about non-standard format strings (pr12017)Hans Wennborg1-2/+1
2012-02-21When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...Jean-Daniel Dupas1-3/+27
2012-02-10Support all null pointer literals in format strings.David Blaikie1-0/+2
2012-02-10Enhance checking for null format string literal to take into account __null. ...Ted Kremenek1-0/+11
2012-02-07Implements support of format_arg attribute on C++ member.Jean-Daniel Dupas1-1/+23
2012-01-31Format string warnings: don't a.k.a. wchar_t with wchar_t.Hans Wennborg1-0/+4
2011-12-28Support the 'a' scanf length modifier as an extension in C++.Hans Wennborg1-0/+15