aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/StaticAnalyzer/Checkers/MallocOverflowSecurityChecker.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-07-09[analyzer] Older version of GCC 4.7 crash on lambdas in default arguments.Benjamin Kramer1-8/+9
2016-07-09[analyzer] Rewrite manual erase loop using remove_if.Benjamin Kramer1-15/+14
2016-06-08Prune away some unused using decls. NFC.Benjamin Kramer1-1/+0
2016-05-27Apply clang-tidy's misc-move-constructor-init throughout Clang.Benjamin Kramer1-1/+2
2015-09-23[analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.Devin Coughlin1-33/+101
2015-09-08[analyzer] Apply whitespace cleanups by Honggyu Kim.Ted Kremenek1-1/+1
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2015-04-10Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.Benjamin Kramer1-4/+4
2014-05-27[C++11] Use 'nullptr'. StaticAnalyzer edition.Craig Topper1-3/+3
2014-02-11Expose the name of the checker producing each diagnostic message.Alexander Kornienko1-6/+8
2013-10-07[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.Jordan Rose1-2/+2
2013-02-23Remove the CFGElement "Invalid" state.David Blaikie1-2/+2
2013-02-21Replace CFGElement llvm::cast support to be well-defined.David Blaikie1-2/+2
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko1-6/+6
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-2/+2
2012-04-05Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek1-1/+1
2012-04-04Include the "issue context" (e.g. function or method) where a static analyzer...Ted Kremenek1-3/+2
2011-10-24Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...Ted Kremenek1-1/+1
2011-10-10Constant expression evaluation refactoring:Richard Smith1-4/+6
2011-09-27Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.Anna Zaks1-0/+2
2011-09-20[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...Anna Zaks1-2/+4
2011-08-03[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...Ted Kremenek1-0/+262