aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/PrintfFormatString.cpp
AgeCommit message (Expand)Author
2010-01-28Fix off-by-one error in ParseFormatSpecifier() when reporting the location of...Ted Kremenek
2010-01-28Add position of conversion specifier character to 'ConversionSpecifier'.Ted Kremenek
2010-01-28Rename namespace clang::printf to clang::analyze_printf to avoid problems whe...Ted Kremenek
2010-01-28Allow HandleFormatSpecifier() to indicate that no more processing of the form...Ted Kremenek
2010-01-28Add '@' conversion specifier.Ted Kremenek
2010-01-28Remove invalid conversion specifiers from format string checking.Ted Kremenek
2010-01-28Add a few more conversion specifiers to ParseFormatSpecifier (these appear in...Ted Kremenek
2010-01-27Add skeleton for a more structured way to analyzing pring formatTed Kremenek