index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
/
Checker.h
Age
Commit message (
Expand
)
Author
2009-11-17
Add EvalEndPath interface to Checker. Now we can check memory leaked at the
Zhongxing Xu
2009-11-13
Check in a new interface of Checker, which will soon be used.
Zhongxing Xu
2009-11-12
Enhance Checker class (and GRExprEngine) to support PostVisitation for CallEx...
Ted Kremenek
2009-11-11
Refactor DereferenceChecker to use only the new Checker API instead of
Ted Kremenek
2009-11-07
Remove Checker::CheckType() (and instead using CheckerVisitor::PreVisitDeclSt...
Ted Kremenek
2009-11-06
Add a checker for CWE-466: Return of Pointer Value Outside of Expected Range.
Zhongxing Xu
2009-11-06
static analyzer: refactor checking logic for returning the address of a stack...
Ted Kremenek
2009-11-05
Modify GRExprEngine::EvalBind() to take both a "store expression" and
Ted Kremenek
2009-11-04
Catch uses of undefined values when they are used in assignment, thus catchin...
Ted Kremenek
2009-11-03
Pull VLA size checker into its own files.
Zhongxing Xu
2009-11-03
Implement: <rdar://problem/6250216> Warn against using -[NSAutoreleasePool re...
Ted Kremenek
2009-10-29
Move NullDeref and UndefDeref into their own checker.
Zhongxing Xu
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-02
Refactor the check for bad divide into a checker.
Zhongxing Xu
2009-08-18
Enhance static analyzer diagnostics by introducing a new 'EnhancedBugReporter'
Ted Kremenek
2009-08-06
Last step of template cleanup: merge *BuilderImpl to *Builder.
Zhongxing Xu
2009-08-06
As GRState seems general enough, it is time to merge some template classes
Zhongxing Xu
2009-07-28
Fix regression in attribute 'nonnull' checking when a transition node
Ted Kremenek
2009-07-27
Update for LLVM API change.
Owen Anderson
2009-07-24
Mark destructor of Checker virtual.
Ted Kremenek
2009-07-22
Add new 'Checker' and 'CheckerVisitor' classes, which represent a more powerful
Ted Kremenek