index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
MallocOverflowSecurityChecker.cpp
Age
Commit message (
Expand
)
Author
2013-02-23
Remove the CFGElement "Invalid" state.
David Blaikie
2013-02-21
Replace CFGElement llvm::cast support to be well-defined.
David Blaikie
2013-01-12
Remove useless 'llvm::' qualifier from names like StringRef and others that are
Dmitri Gribenko
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-04-05
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2011-10-24
Rename AnalysisContext to AnalysisDeclContext. Not only is this name more ac...
Ted Kremenek
2011-10-10
Constant expression evaluation refactoring:
Richard Smith
2011-09-27
Fix a crash in MallocOverflowSecurityChecker. Patch by Lei Zhang.
Anna Zaks
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-08-03
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...
Ted Kremenek