aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/CheckSecuritySyntaxOnly.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-15Don't suggest the developer use 'arc4random' instead of 'rand' when that func...Ted Kremenek
2009-12-03Add security syntactic checker for mktemp.Zhongxing Xu
2009-11-29Port BugReporter and BugType to StringRef.Benjamin Kramer
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-11-09Add check for obsolete function call of getpw().Zhongxing Xu
2009-11-09Add comments.Zhongxing Xu
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-02Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prngTed Kremenek
2009-08-28Use C++ style comments.Ted Kremenek
2009-08-28Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether PrivilegesTed Kremenek
2009-08-21Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek
2009-07-24In the "use of floating point variable as loop counter" check, checkTed Kremenek
2009-07-23Implement: <rdar://problem/6335715> rule request: gets() buffer overflowTed Kremenek
2009-07-23Add comments.Ted Kremenek
2009-07-23Refine checking and diagnostics for use of floating point variable as a counter.Ted Kremenek
2009-07-23Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek