summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/format-strings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Test] Make Lit tests C++11 compatible - printf format stringCharles Li2017-02-131-3/+17
* Move the fixit for -Wformat-security to a note.Bob Wilson2016-03-151-0/+1
* Extend format specifier checking to include field function pointers in additi...Aaron Ballman2015-04-231-0/+15
* PR20356: Fix all Sema warnings with mismatched ext_/warn_ versusRichard Smith2014-07-191-1/+1
* -Wformat: Don't check format strings in uninstantiated templates.Jordan Rose2012-10-021-1/+59
* -Wformat-non-iso: warn about positional arguments (pr12017)Hans Wennborg2012-03-091-1/+1
* Warn about non-standard format strings (pr12017)Hans Wennborg2012-02-221-2/+1
* When calling a non variadic format function(vprintf, vscanf, NSLogv, …), wa...Jean-Daniel Dupas2012-02-211-3/+27
* Support all null pointer literals in format strings.David Blaikie2012-02-101-0/+2
* Enhance checking for null format string literal to take into account __null. ...Ted Kremenek2012-02-101-0/+11
* Implements support of format_arg attribute on C++ member.Jean-Daniel Dupas2012-02-071-1/+23
* Format string warnings: don't a.k.a. wchar_t with wchar_t.Hans Wennborg2012-01-311-0/+4
* Support the 'a' scanf length modifier as an extension in C++.Hans Wennborg2011-12-281-0/+15
OpenPOWER on IntegriCloud