summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/PrintfFormatString.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix spacing.Ted Kremenek2010-01-291-1/+1
* Per a suggestion from Cristian Draghici, add a method to FormatSpecifier that...Ted Kremenek2010-01-291-0/+53
* Enhancements to the alternate (WIP) format string checking:Ted Kremenek2010-01-291-2/+10
* Alternate format string checking: issue warnings for incomplete format specif...Ted Kremenek2010-01-291-13/+11
* Alternate format string checking: issue a warning for invalid conversion spec...Ted Kremenek2010-01-291-13/+18
* Yet another attempt to make the Linux buildbots happy. Apparently there are ...Ted Kremenek2010-01-291-4/+7
* Move definition of FormatStringHandler::~FormatStringHandler() within namespa...Ted Kremenek2010-01-291-1/+1
* Add precision/field width checking to AlternateCheckPrintfString().Ted Kremenek2010-01-291-4/+6
* Fix off-by-one error in ParseFormatSpecifier() when reporting the location of...Ted Kremenek2010-01-281-3/+2
* Add position of conversion specifier character to 'ConversionSpecifier'.Ted Kremenek2010-01-281-26/+31
* Rename namespace clang::printf to clang::analyze_printf to avoid problems whe...Ted Kremenek2010-01-281-4/+4
* Allow HandleFormatSpecifier() to indicate that no more processing of the form...Ted Kremenek2010-01-281-1/+2
* Add '@' conversion specifier.Ted Kremenek2010-01-281-4/+5
* Remove invalid conversion specifiers from format string checking.Ted Kremenek2010-01-281-5/+0
* Add a few more conversion specifiers to ParseFormatSpecifier (these appear in...Ted Kremenek2010-01-281-20/+27
* Add skeleton for a more structured way to analyzing pring formatTed Kremenek2010-01-271-0/+239
OpenPOWER on IntegriCloud