Skip to content

Conversation

hmelder
Copy link
Member

@hmelder hmelder commented Aug 18, 2025

Currently, all code emulating weak references by just not retaining it is essentially UB when interfacing with ARC. The clang flag enables the use of '__weak' in non-ARC translation units.

Currently, all code emulating weak references by just not retaining it
is essentially UB when interfacing with ARC. The clang flag enables
the use of '__weak' in non-ARC translation units.
@hmelder hmelder requested a review from rfm as a code owner August 18, 2025 11:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant