Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocOverflowSecurityChecker.cpp
058a7a4
[analyzer] Supply all checkers with a shouldRegister function
by Kristof Umann
· 7 years ago
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
76a2150
[analyzer][NFC] Move CheckerRegistry from the Core directory to Frontend
by Kristof Umann
· 7 years ago
407659a
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
by Fangrui Song
· 7 years ago
f5d3335
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
by Fangrui Song
· 7 years ago
48ee4ad
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
by Hans Wennborg
· 7 years ago
8c79706e
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
by Hans Wennborg
· 7 years ago
6ff1751
Re-Reinstate 347294 with a fix for the failures.
by Bill Wendling
· 7 years ago
9f0246d
Revert r347364 again, the fix was incomplete.
by Nico Weber
· 7 years ago
91549ed
Reinstate 347294 with a fix for the failures.
by Bill Wendling
· 7 years ago
6ec90ec
[analyzer] Older version of GCC 4.7 crash on lambdas in default arguments.
by Benjamin Kramer
· 9 years ago
951a628
[analyzer] Rewrite manual erase loop using remove_if.
by Benjamin Kramer
· 9 years ago
cf236ec
Prune away some unused using decls. NFC.
by Benjamin Kramer
· 9 years ago
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