Skip to content

NFC: $ is not a portable identifier character #39593

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
Oct 6, 2021

Conversation

etcwilde
Copy link
Member

@etcwilde etcwilde commented Oct 5, 2021

As per the C++14 spec, $ can't be used in a portable way in an
identifier name. It falls under the implementation-defined characters
and is allowed by clang. Removing it.

As per the C++14 spec, $ can't be used in a portable way in an
identifier name. It falls under the implementation-defined characters
and is allowed by clang. Removing it.
@etcwilde etcwilde requested a review from DougGregor October 5, 2021 21:15
@etcwilde
Copy link
Member Author

etcwilde commented Oct 5, 2021

@swift-ci please smoke test

@etcwilde
Copy link
Member Author

etcwilde commented Oct 6, 2021

@swift-ci please test windows platform

@etcwilde etcwilde merged commit 8d4c88c into swiftlang:main Oct 6, 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