[PATCH] D26159: [analyzer] MacOSXAPIChecker: Improve warning messages for __block vars in dispatch_once().

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 31 13:47:50 PDT 2016


NoQ added a comment.

> FIXME: The analyzer sets stack memory space for __block variables when they are referenced outside the block (eg. test_block_var_from_outside_block() line 108). Will try to fix in a separate patch; i'm not relying on the memory space in this patch.

That's actually correct, never mind.


https://reviews.llvm.org/D26159





More information about the cfe-commits mailing list