aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
AgeCommit message (Expand)Author
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-02-04Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer
2012-01-31[analyzer] Change the warning to suggest 'strlcat/strlcpy' asAnna Zaks
2012-01-20Implement checker that looks for calls to mktemps and friends that have fewer...Ted Kremenek
2012-01-20Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...Ted Kremenek
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek
2011-10-14Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer
2011-10-11[analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...Anna Zaks
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks
2011-09-02Extend the ASTContext constructor to delay the initialization ofDouglas Gregor
2011-08-20Remove dead code.Ted Kremenek
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-04-05Add security syntax checker for strcat() which causes the Static Analyzer to ...Lenny Maiorani
2011-04-03Refactoring the security checker a little bit so that each CallExpr check doe...Lenny Maiorani
2011-03-31Add security syntax checker for strcpy() which causes the Static Analyzer to ...Lenny Maiorani
2011-03-31Fix spelling in a comment. (test commit)Lenny Maiorani
2011-03-01[analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis
2011-02-17[analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis
2011-02-10Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek
2011-01-17NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch fromDouglas Gregor
2010-12-23Chris Lattner has strong opinions about directoryTed Kremenek