diff options
author | Ted Kremenek <kremenek@apple.com> | 2011-03-31 22:32:41 +0000 |
---|---|---|
committer | Ted Kremenek <kremenek@apple.com> | 2011-03-31 22:32:41 +0000 |
commit | bc8b44c4ee7f9c4c3ad296369e72feda61bdb580 (patch) | |
tree | a86b31b86e5943a4097b5b224e095fd0c150f1b1 /lib/Sema/TreeTransform.h | |
parent | 5b67a82a2621c148694ff0f0352aa949b363934c (diff) |
-Wuninitialized should not warn about variables captured by blocks as byref.
Note this can potentially be enhanced to detect if the __block variable
is actually written by the block, or only when the block "escapes" or
is actually used, but that requires more analysis than it is probably worth
for this simple check.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@128681 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/TreeTransform.h')
0 files changed, 0 insertions, 0 deletions