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