Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't suggest the developer use 'arc4random' instead of 'rand' when that ↵ | Ted Kremenek | 2010-01-15 | 1 | -3/+15 |
| | | | | | | function is not available. Fixes PR 6012. llvm-svn: 93508 | ||||
* | Add security syntactic checker for mktemp. | Zhongxing Xu | 2009-12-03 | 1 | -1/+41 |
| | | | | | | Patch by Lei Zhang! llvm-svn: 90444 | ||||
* | Port BugReporter and BugType to StringRef. | Benjamin Kramer | 2009-11-29 | 1 | -3/+3 |
| | | | | llvm-svn: 90086 | ||||
* | lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace | Kovarththanan Rajaratnam | 2009-11-28 | 1 | -2/+1 |
| | | | | llvm-svn: 90028 | ||||
* | Add check for obsolete function call of getpw(). | Zhongxing Xu | 2009-11-09 | 1 | -5/+46 |
| | | | | llvm-svn: 86537 | ||||
* | Add comments. | Zhongxing Xu | 2009-11-09 | 1 | -0/+1 |
| | | | | llvm-svn: 86532 | ||||
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -62/+61 |
| | | | | llvm-svn: 81346 | ||||
* | Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng | Ted Kremenek | 2009-09-02 | 1 | -8/+105 |
| | | | | | | Patch by Geoff Keating! llvm-svn: 80752 | ||||
* | Use C++ style comments. | Ted Kremenek | 2009-08-28 | 1 | -2/+2 |
| | | | | llvm-svn: 80320 | ||||
* | Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges | Ted Kremenek | 2009-08-28 | 1 | -2/+80 |
| | | | | | | | | Were Dropped Successfully Patch by Geoff Keating! llvm-svn: 80313 | ||||
* | Remove 'AnalysisContext::setDecl()', as we the Decl associated with an | Ted Kremenek | 2009-08-21 | 1 | -1/+1 |
| | | | | | | | AnalysisContext should never change. Along the way, propagate some constness around. llvm-svn: 79701 | ||||
* | 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 |