summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CheckSecuritySyntaxOnly.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change \t to spacesFangrui Song2018-07-201-1/+1
* [analyzer] Add security checks for bcmp(), bcopy(), bzero().Artem Dergachev2018-05-261-0/+141
* [analyzer] Don't flag strcpy of string literals into sufficiently large buffers.Artem Dergachev2018-01-121-0/+11
* [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.hGeorge Karpenkov2017-09-061-1/+1
* Remove Bitrig: Clang ChangesErich Keane2017-07-211-1/+0
* Test commitPierre Gousseau2015-11-261-2/+1
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-15/+15
* Rewrite users of Stmt::child_begin/end into for-range loops.Benjamin Kramer2015-07-031-7/+7
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Enable security checks for arc4random() on CloudABI as well.Ed Schouten2015-03-111-0/+1
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-11/+11
* Fix typosAlp Toker2014-05-151-1/+1
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-18/+33
* Rename FunctionProtoType accessors from 'arguments' to 'parameters'Alp Toker2014-01-201-17/+16
* [analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose2013-10-071-21/+11
* Use getAs<> where appropriate on QualTypes instead of using dyn_cast.Eli Friedman2013-06-241-14/+7
* Check the canonical parameter type with getAs<>() in a static checkerReid Kleckner2013-06-241-5/+5
* [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType().Jordan Rose2013-04-091-3/+3
* [analyzer] Move DefaultBool so that all checkers can share it.Anna Zaks2013-02-081-7/+0
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Silence static analyzer issue by documenting that in this contextTed Kremenek2012-10-121-0/+1
* clang support for Bitrig (an OpenBSD fork); patch by David Hill.Eli Friedman2012-08-081-0/+1
* Revert "Tweak insecureAPI analyzer checks to have the ability to be individua...Ted Kremenek2012-06-291-2/+8
* Tweak insecureAPI analyzer checks to have the ability to be individually disa...Ted Kremenek2012-06-291-8/+2
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-21/+33
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-6/+6
* Move a method from IdentifierTable.h out of line and remove the SmallString i...Benjamin Kramer2012-02-041-0/+1
* [analyzer] Change the warning to suggest 'strlcat/strlcpy' asAnna Zaks2012-01-311-2/+2
* Implement checker that looks for calls to mktemps and friends that have fewer...Ted Kremenek2012-01-201-3/+101
* Turn 'SecuritySyntaxChecker' into a "meta" security checker for insecure APIs...Ted Kremenek2012-01-201-6/+59
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-3/+3
* Change operator<< for raw_ostream and NamedDecl to take a reference instead o...Benjamin Kramer2011-10-141-5/+5
* [analyzer] Warn about the use of insecure, deprecated vfork() function PR1105...Anna Zaks2011-10-111-0/+22
* [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks2011-09-201-15/+38
* Extend the ASTContext constructor to delay the initialization ofDouglas Gregor2011-09-021-1/+1
* Remove dead code.Ted Kremenek2011-08-201-12/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-2/+2
* Add security syntax checker for strcat() which causes the Static Analyzer to ...Lenny Maiorani2011-04-051-57/+91
* Refactoring the security checker a little bit so that each CallExpr check doe...Lenny Maiorani2011-04-031-60/+44
* Add security syntax checker for strcpy() which causes the Static Analyzer to ...Lenny Maiorani2011-03-311-0/+54
* Fix spelling in a comment. (test commit)Lenny Maiorani2011-03-311-1/+1
* [analyzer] Rename CheckerV2 -> Checker.Argyrios Kyrtzidis2011-03-011-2/+2
* [analyzer] Use the new registration mechanism on the non-path-sensitive-check...Argyrios Kyrtzidis2011-02-171-6/+17
* Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core'...Ted Kremenek2011-02-101-1/+1
* NetBSD, OpenBSD, and Dragonfly BSD also have arc4random. Patch fromDouglas Gregor2011-01-171-1/+4
* Chris Lattner has strong opinions about directoryTed Kremenek2010-12-231-0/+503
OpenPOWER on IntegriCloud