summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/FormatString.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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