Skip to content

Allow extensions to define private module methods #60394

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

beccadax
Copy link
Contributor

@beccadax beccadax commented Aug 4, 2022

Expands the unofficial “feature” that allows extensions to define @objc methods declared in headers for the same module to also allow this for methods in the private clang module.

Fixes rdar://97810819. See #60081 for context.

Expands the unofficial “feature” that allows extensions to define @objc methods declared in headers for the same module to also allow this for methods in the private clang module.

Fixes rdar://97810819.
@beccadax beccadax requested a review from hamishknight August 4, 2022 18:04
@beccadax
Copy link
Contributor Author

beccadax commented Aug 4, 2022

@swift-ci please smoke test

@beccadax beccadax merged commit 68c5293 into swiftlang:main Aug 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants