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