Skip to content
Commit 8df9e243 authored by Fariborz Jahanian's avatar Fariborz Jahanian
Browse files

Objective-C ARC. Blocks that strongly capture themselves

to call themselves will get the warning:
"Capturing <itself> strongly in this block is likely to
lead to a retain cycle". Cut down on the amount of noise
by noticing that user at some point sets the captured variable
to null in order to release it (and break the cycle). 
// rdar://16944538

llvm-svn: 210823
parent d104c31f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment