Improve -Wuninitialized warning under ARC for block variables that are
recursively captured. Under ARC, a block variable is zero-initialized when it is recursively captured by the block literal initializer. rdar://problem/11022762 llvm-svn: 359049
Loading
Please sign in to comment