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-05-01
Correctly invalidate reference count state when passing objects by reference ...
Ted Kremenek
2008-05-01
Renamed static method.
Ted Kremenek
2008-05-01
When processing "release", "retain", and "autorelease" messages return the
Ted Kremenek
2008-05-01
Added support for "autorelease" message in CF ref. count checker.
Ted Kremenek
2008-04-30
added preliminary diagnostics in scan-build results to denote whether
Ted Kremenek
2008-04-30
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
Teach the static analysis engine about ObjCQualifiedIdType.
Ted Kremenek
2008-04-29
Update typestate logic to support GC-mode.
Ted Kremenek
2008-04-29
Implement semantics of CFMakeCollectable for the CF-reference count checker.
Ted Kremenek
2008-04-29
Provide the option to run the CF-retain checker in GC enabled mode.
Ted Kremenek
2008-04-25
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-24
Add preliminary support for flagging leaks around when they happen (doesn't w...
Ted Kremenek
2008-04-24
CF reference count checker: handle variadic functions that allocate CF objects.
Ted Kremenek
2008-04-23
Fixed: <rdar://problem/5881148>
Ted Kremenek
2008-04-22
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-18
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors
Ted Kremenek
2008-04-18
Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the nod...
Ted Kremenek
2008-04-18
More grammar fixes.
Ted Kremenek
2008-04-18
Fix plurality debacle.
Ted Kremenek
2008-04-18
Added path diagnostics for reference counts.
Ted Kremenek
2008-04-18
BugReport::VisitNode now takes BugReporter& instead of ASTContext&.
Ted Kremenek
2008-04-18
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-17
Hook up reporting reference count memory leaks to the BugReporter mechanism.
Ted Kremenek
2008-04-17
Added transfer function support for ReturnStmt to support detecting leaks
Ted Kremenek
2008-04-16
CF ref. count checker: Register memory leaks at the end of a path.
Ted Kremenek
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]