summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CheckSecuritySyntaxOnly.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't suggest the developer use 'arc4random' instead of 'rand' when that func...Ted Kremenek2010-01-151-3/+15
* Add security syntactic checker for mktemp.Zhongxing Xu2009-12-031-1/+41
* Port BugReporter and BugType to StringRef.Benjamin Kramer2009-11-291-3/+3
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-2/+1
* Add check for obsolete function call of getpw().Zhongxing Xu2009-11-091-5/+46
* Add comments.Zhongxing Xu2009-11-091-0/+1
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-62/+61
* Implement: <rdar://problem/6337100> CWE-338: Use of cryptographically weak prngTed Kremenek2009-09-021-8/+105
* Use C++ style comments.Ted Kremenek2009-08-281-2/+2
* Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether PrivilegesTed Kremenek2009-08-281-2/+80
* Remove 'AnalysisContext::setDecl()', as we the Decl associated with anTed Kremenek2009-08-211-1/+1
* In the "use of floating point variable as loop counter" check, checkTed Kremenek2009-07-241-5/+7
* Implement: <rdar://problem/6335715> rule request: gets() buffer overflowTed Kremenek2009-07-231-2/+64
* Add comments.Ted Kremenek2009-07-231-0/+2
* Refine checking and diagnostics for use of floating point variable as a counter.Ted Kremenek2009-07-231-57/+104
* Add initial implementation of checking for uses of floating point as a loop c...Ted Kremenek2009-07-231-0/+122
OpenPOWER on IntegriCloud