Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
cfeacf56f03e5ce8bfb32537d64935b2f58e19ee
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocOverflowSecurityChecker.cpp
cfeacf5
Apply clang-tidy's misc-move-constructor-init throughout Clang.
by Benjamin Kramer
· 9 years ago
683dfd3
[analyzer] Discard malloc-overflow bug-report when a known size is malloc'ed.
by Devin Coughlin
· 10 years ago
3a0678e
[analyzer] Apply whitespace cleanups by Honggyu Kim.
by Ted Kremenek
· 10 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
a008d3a
Reduce dyn_cast<> to isa<> or cast<> where possible. Clang edition.
by Benjamin Kramer
· 11 years ago
0dbb783
[C++11] Use 'nullptr'. StaticAnalyzer edition.
by Craig Topper
· 11 years ago
4aca9b1
Expose the name of the checker producing each diagnostic message.
by Alexander Kornienko
· 12 years ago
42b4248
[analyzer] ArrayRef-ize BugReporter::EmitBasicReport.
by Jordan Rose
· 12 years ago
00be69a
Remove the CFGElement "Invalid" state.
by David Blaikie
· 13 years ago
2a01f5d
Replace CFGElement llvm::cast support to be well-defined.
by David Blaikie
· 13 years ago
f857950
Remove useless 'llvm::' qualifier from names like StringRef and others that are
by Dmitri Gribenko
· 13 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
b45d198
Require that all static analyzer issues have a category. As part of this change,
by Ted Kremenek
· 14 years ago
5a10f08
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
by Ted Kremenek
· 14 years ago
81ce1c8
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses.
by Ted Kremenek
· 14 years ago
caf3390
Constant expression evaluation refactoring:
by Richard Smith
· 14 years ago
0070c6d
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
by Anna Zaks
· 14 years ago
c29bed3
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(SourceLocation...) private. Most of the effort here goes to making BugReport refer to a PathDiagnosticLocation instead of FullSourceLocation.
by Anna Zaks
· 14 years ago
1c2fb27
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive checker that may be useful for security auditing. This checker is currently too noisy to be on by default.
by Ted Kremenek
· 14 years ago