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
/
Analysis
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2008-04-16
Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV to
Ted Kremenek
2008-04-16
Implemented toll-free bridging support for CF Reference count checker.
Ted Kremenek
2008-04-15
Added initial boilerplate to support toll-free bridging in the ref-count chec...
Ted Kremenek
2008-04-14
Treat calls to unresolved functions in the CF-ref count checker as calls
Ted Kremenek
2008-04-14
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-11
Add some boilerplate to report memory leaks at the end of an analyzed function.
Ted Kremenek
2008-04-11
Added FIXME
Ted Kremenek
2008-04-11
Fix regression introduced by my last commit.
Ted Kremenek
2008-04-11
Changed behavior of how we handle "NULL" summaries: just call
Ted Kremenek
2008-04-11
Use RangedBugReport to report better ranges for reference count errors.
Ted Kremenek
2008-04-10
Fixed some logic errors in the CF ref count checker; we now can detect simple
Ted Kremenek
2008-04-10
Simplify CF ref. count checker state machine.
Ted Kremenek
2008-04-10
Fix some bonehead bugs in summary generation in CFRefCount.
Ted Kremenek
2008-04-10
Refactored all logic to run the GRSimpleVals and CFRef checker into a common
Ted Kremenek
2008-04-10
CFRefCount analysis now properly calls "EmitWarnings" after analyzing a funct...
Ted Kremenek
2008-04-09
Hooked up initial reference-count checks to the BugReporter interface.
Ted Kremenek
2008-04-09
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-09
Added some boilerplate for emitting warnings from the CF-reference count chec...
Ted Kremenek
2008-03-31
Inlined clang/Analysis/Analyses/GRSimpleVals.h into LocalCheckers.h and removed
Ted Kremenek
2008-03-21
Rename "Nodify" to "MakeNode"
Ted Kremenek
2008-03-15
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
[prev]