Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
ae9f85b2c062ac20512a484cfa6e66239dd3d0d9
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocOverflowSecurityChecker.cpp
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