aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Analysis/FormatString.cpp
AgeCommit message (Expand)AuthorFilesLines
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-1/+1
2011-07-14Revert r135147 and r135075. The consensus was that this wasn't the right thi...Ted Kremenek1-14/+12
2011-07-14Add extra sanity checking in FormatString::matchesType() that we are comparin...Ted Kremenek1-3/+6
2011-07-14Reapply r135075, but modify format-strings.c and format-strings-fixit.c test ...Ted Kremenek1-10/+9
2011-07-14Revert r135075, "format string checking: long and int have the same widths on...NAKAMURA Takumi1-9/+10
2011-07-13format string checking: long and int have the same widths on 32-bit, so we sh...Ted Kremenek1-10/+9
2011-07-13Re-relax conversion specifier checking for printf format strings and conversi...Ted Kremenek1-3/+4
2011-07-13Fix inversion in argument type checking for format strings with conversion sp...Ted Kremenek1-2/+2
2011-06-28Revert r133024, "[format strings] correctly suggest correct type for '%@'Daniel Dunbar1-2/+1
2011-06-14[format strings] correctly suggest correct type for '%@' specifiers. Fixes <...Ted Kremenek1-1/+2
2010-11-06Don't warn when matching %p to nullptr.Anders Carlsson1-2/+2
2010-08-24Fix printf format string checking for '%lc' (which expects a wint_t or compat...Ted Kremenek1-0/+21
2010-08-22Detabify.Eli Friedman1-1/+1
2010-07-27Revert r109428 "Hoist argument type checking into CheckFormatHandler. This i...Michael J. Spencer1-3/+1
2010-07-26Hoist argument type checking into CheckFormatHandler. This is prep for scanf...Ted Kremenek1-1/+3
2010-07-20Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.Ted Kremenek1-2/+75
2010-07-16Add most of the boilerplate support for scanf format string checking. This i...Ted Kremenek1-0/+380