Skip to content

[20211026] Allow __attribute__((swift_attr)) in attribute push pragmas #3562

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
Nov 19, 2021

Conversation

beccadax
Copy link

Cherry-picks #3547 to stable/20211026.

This change does what it says on the tin: it allows SwiftAttr to be used with #pragma clang attribute push to add Swift attributes to large regions of header files. We plan to use this to annotate headers with concurrency information.

Reviewed at https://reviews.llvm.org/D112773. Fixes rdar://83499885.

This change does what it says on the tin: it allows SwiftAttr to be used with #pragma clang attribute push to add Swift attributes to large regions of header files. We plan to use this to annotate headers with concurrency information.

Reviewed at https://reviews.llvm.org/D112773. Fixes rdar://83499885.
@beccadax beccadax merged commit 3d14f91 into swiftlang:stable/20211026 Nov 19, 2021
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.

1 participant