| commit | 4a67508685abee7b8d3ebbca6b1144d2c7ead211 | [log] [tgz] |
|---|---|---|
| author | Fariborz Jahanian <fjahanian@apple.com> | Wed Oct 03 17:55:29 2012 +0000 |
| committer | Fariborz Jahanian <fjahanian@apple.com> | Wed Oct 03 17:55:29 2012 +0000 |
| tree | c4960b19093dfdbdd8d2dc4091f6e1af20d32314 | |
| parent | 8baa61d85d3faa05882e5a6b45bcc11c78f60d40 [diff] |
objective-C arc: Warn under arc about a use of an ivar inside a block that doesn't have a 'self' as this implicitly captures 'self' and could create retain cycles. Provide fixit. // rdar://11194874 llvm-svn: 165133