Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In the "use of floating point variable as loop counter" check, check | Ted Kremenek | 2009-07-24 | 1 | -5/+7 |
| | | | | | | if the DeclRefExpr is a float, not just either argument. llvm-svn: 76998 | ||||
* | Implement: <rdar://problem/6335715> rule request: gets() buffer overflow | Ted Kremenek | 2009-07-23 | 1 | -2/+64 |
| | | | | llvm-svn: 76905 | ||||
* | Add comments. | Ted Kremenek | 2009-07-23 | 1 | -0/+2 |
| | | | | llvm-svn: 76901 | ||||
* | Refine checking and diagnostics for use of floating point variable as a counter. | Ted Kremenek | 2009-07-23 | 1 | -57/+104 |
| | | | | | | | This implements <rdar://problem/6336718> and checks for CERT secure coding advisory FLP30-C. llvm-svn: 76900 | ||||
* | Add initial implementation of checking for uses of floating point as a loop ↵ | Ted Kremenek | 2009-07-23 | 1 | -0/+122 |
counter. llvm-svn: 76833 |