"clang/lib/Analysis/UninitializedValues.cpp" did not exist on "6f0751475a773cbbb3a6aa1b83eaad93f6ab8a09"
-
Ted Kremenek authored
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
1df2f3a1
Loading