aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaCXX/format-strings-0x.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-03-15Move the fixit for -Wformat-security to a note.Bob Wilson1-0/+1
2015-03-04Add a format warning for "%p" with non-void* argsSeth Cantrell1-0/+3
2013-08-05Implement C++'s restrictions on the type of an expression passed to a varargRichard Smith1-0/+4
2012-06-13PR13099: Teach -Wformat about raw string literals, UTF-8 strings and Unicode ...Richard Smith1-0/+12
2012-02-10Support all null pointer literals in format strings.David Blaikie1-0/+2
2012-01-20Tighten format string diagnostic and make it a bit clearer (and a bit closer ...Ted Kremenek1-1/+1
2011-12-28Support the 'a' scanf length modifier as an extension in C++.Hans Wennborg1-0/+13