Skip to content

[20210726] Allow __attribute__((swift_attr)) in attribute push pragmas #3547

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

Conversation

beccadax
Copy link

@beccadax beccadax commented Nov 17, 2021

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 force-pushed the send-me-an-object-stable branch from 1cea561 to 5d5d035 Compare November 18, 2021 18:11
@beccadax beccadax changed the title Support SwiftAttr in #pragma clang attribute push Allow __attribute__((swift_attr)) in attribute push pragmas Nov 18, 2021
@beccadax beccadax marked this pull request as ready for review November 18, 2021 19:31
@beccadax beccadax changed the title Allow __attribute__((swift_attr)) in attribute push pragmas [20210726] Allow __attribute__((swift_attr)) in attribute push pragmas Nov 18, 2021
@beccadax
Copy link
Author

@swift-ci please test

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