commit | c05c42567e0a2b5e5434cf0879f8795e7c1b2adb | [log] [tgz] |
---|---|---|
author | Akira Hatanaka <ahatanaka@apple.com> | Thu Jan 26 18:51:10 2017 +0000 |
committer | Akira Hatanaka <ahatanaka@apple.com> | Thu Jan 26 18:51:10 2017 +0000 |
tree | a9ec57a0d34755f57e506570f89ed82a0043b39b | |
parent | 66e3a3d0acc95a57938852030c260b8b0b47510a [diff] |
Turn on -Wblock-capture-autoreleasing by default. Turning on the warning by default helps the users as it's a common mistake to capture out-parameters in a block without ensuring the object assigned doesn't get released. rdar://problem/30200058 llvm-svn: 293199