summaryrefslogtreecommitdiffstats
path: root/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Older version of GCC 4.7 crash on lambdas in default arguments.Benjamin Kramer2016-07-091-8/+9
* [analyzer] Rewrite manual erase loop using remove_if.Benjamin Kramer2016-07-091-15/+14
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-081-1/+0
* Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer2016-05-271-1/+2
* [analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.Devin Coughlin2015-09-231-33/+101
* [analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek2015-09-081-1/+1
* 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
* Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.Benjamin Kramer2015-04-101-4/+4
* [C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper2014-05-271-3/+3
* Expose the name of the checker producing each diagnostic message.Alexander Kornienko2014-02-111-6/+8
* [analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose2013-10-071-2/+2
* Remove the CFGElement "Invalid" state.David Blaikie2013-02-231-2/+2
* Replace CFGElement llvm::cast support to be well-defined.David Blaikie2013-02-211-2/+2
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-6/+6
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-2/+2
* Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek2012-04-051-1/+1
* Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek2012-04-041-3/+2
* Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek2011-10-241-1/+1
* Constant expression evaluation refactoring:Richard Smith2011-10-101-4/+6
* Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.Anna Zaks2011-09-271-0/+2
* [analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks2011-09-201-2/+4
* [analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...Ted Kremenek2011-08-031-0/+262