Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | objective-C arc: Warn under arc about a use of an ivar inside a block | Fariborz Jahanian | 2012-10-03 | 1 | -0/+20 |
that doesn't have a 'self' as this implicitly captures 'self' and could create retain cycles. Provide fixit. // rdar://11194874 llvm-svn: 165133 |