Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Revert r109428 "Hoist argument type checking into CheckFormatHandler. This ↵ | Michael J. Spencer | 2010-07-27 | 1 | -3/+1 | |
| | | | | | | | | is prep for scanf format" Got errors about ASTContext being undefined with Visual Studio 2010. llvm-svn: 109491 | |||||
* | Hoist argument type checking into CheckFormatHandler. This is prep for ↵ | Ted Kremenek | 2010-07-26 | 1 | -1/+3 | |
| | | | | | | | | scanf format string argument type checking. llvm-svn: 109428 | |||||
* | Move 'hasValidLengthModifier' from PrintfFormatSpecifier to FormatSpecifier. | Ted Kremenek | 2010-07-20 | 1 | -2/+75 | |
| | | | | llvm-svn: 108906 | |||||
* | Add most of the boilerplate support for scanf format string checking. This ↵ | Ted Kremenek | 2010-07-16 | 1 | -0/+380 | |
includes handling the parsing of scanf format strings and hooking the checking into Sema. Most of this checking logic piggybacks on what was already there for checking printf format strings, but the checking logic has been refactored to support both. What is left to be done is to support argument type checking in format strings and of course fix the usual tail of bugs that will follow. llvm-svn: 108500 |