summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/FormatString.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix inversion in argument type checking for format strings with conversion sp...Ted Kremenek2011-07-131-2/+2
* Revert r133024, "[format strings] correctly suggest correct type for '%@'Daniel Dunbar2011-06-281-2/+1
* [format strings] correctly suggest correct type for '%@' specifiers. Fixes <...Ted Kremenek2011-06-141-1/+2
* Don't warn when matching %p to nullptr.Anders Carlsson2010-11-061-2/+2
* Fix printf format string checking for '%lc' (which expects a wint_t or compat...Ted Kremenek2010-08-241-0/+21
* Detabify.Eli Friedman2010-08-221-1/+1
* Revert r109428 "Hoist argument type checking into CheckFormatHandler. This i...Michael J. Spencer2010-07-271-3/+1
* Hoist argument type checking into CheckFormatHandler. This is prep for scanf...Ted Kremenek2010-07-261-1/+3
* Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier.Ted Kremenek2010-07-201-2/+75
* Add most of the boilerplate support for scanf format string checking. This i...Ted Kremenek2010-07-161-0/+380
OpenPOWER on IntegriCloud