Skip to content
Commit 1df2f3a1 authored by Ted Kremenek's avatar Ted Kremenek
Browse files

Expand retain/release checker to consider methods/function calls that cause a

tracked object to "escape": it's reference count might be incremented by the
called function, thus causing an object's lifetime to extend beyond when the
local reference count is decremented to 0.

This addresses: <rdar://problem/5933215>

llvm-svn: 51433
parent a4010c69
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment