Skip to content

[AST] Use a different operator for member attribute macros #65963

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
May 19, 2023

Conversation

bnbarham
Copy link
Contributor

Macro expansions are currently written to disk using the mangled name of the macro. Do not use operators that only differ in case-sensitivity to avoid issues on case-insensitive filesystems.

Resolves rdar://109371653.

Macro expansions are currently written to disk using the mangled name of
the macro. Do not use operators that only differ in case-sensitivity to
avoid issues on case-insensitive filesystems.

Resolves rdar://109371653.
@bnbarham bnbarham force-pushed the change-member-attr-mangling branch from 7b4b116 to 515d22a Compare May 17, 2023 18:25
@bnbarham
Copy link
Contributor Author

@swift-ci please test

@bnbarham
Copy link
Contributor Author

@swift-ci please test macOS platform

1 similar comment
@bnbarham
Copy link
Contributor Author

@swift-ci please test macOS platform

@bnbarham bnbarham merged commit f97d1f2 into swiftlang:main May 19, 2023
@bnbarham bnbarham deleted the change-member-attr-mangling branch May 19, 2023 06:21
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