[PATCH] D31004: [Objective-C] Fix __weak type traits with -fobjc-weak

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 16 09:36:43 PDT 2017


rjmccall added a comment.

I have similar feedback here to the other patch.  Please try to see if there's some reasonable way to make this dependent just on the lifetime qualifier without paying attention to the language options.  If we, say, decide to start supporting __strong in non-ARC modes, it'd be nice if that just worked without having to revisit all of this code.


https://reviews.llvm.org/D31004





More information about the cfe-commits mailing list