Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
76dafa7e6487c0b51fadebd16bdefe0e0e23d595
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocOverflowSecurityChecker.cpp
6fd4505
Require that all static analyzer issues have a category. As part of this change,
by Ted Kremenek
· 13 years ago
0718952
Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output.
by Ted Kremenek
· 13 years ago
1d26f48
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
a6b8b2c
Constant expression evaluation refactoring:
by Richard Smith
· 14 years ago
7e5f112
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
by Anna Zaks
· 14 years ago
590dd8e
[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
17f7bdd
[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