Age | Commit message (Expand) | Author |
---|---|---|
2009-11-09 | Add check for obsolete function call of getpw(). | Zhongxing Xu |
2009-11-09 | Add comments. | Zhongxing Xu |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-02 | Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prng | Ted Kremenek |
2009-08-28 | Use C++ style comments. | Ted Kremenek |
2009-08-28 | Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges | Ted Kremenek |
2009-08-21 | Remove 'AnalysisContext::setDecl()', as we the Decl associated with an | Ted Kremenek |
2009-07-24 | In the "use of floating point variable as loop counter" check, check | Ted Kremenek |
2009-07-23 | Implement: <rdar://problem/6335715> rule request: gets() buffer overflow | Ted Kremenek |
2009-07-23 | Add comments. | Ted Kremenek |
2009-07-23 | Refine checking and diagnostics for use of floating point variable as a counter. | Ted Kremenek |
2009-07-23 | Add initial implementation of checking for uses of floating point as a loop c... | Ted Kremenek |