Skip to content

[5.3][ASTPrinter][SourceKit] Print 'Any' as a keyword. #31402

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
Apr 29, 2020

Conversation

nathawes
Copy link
Contributor

Cherry-pick of #31374 (reviewed by @rintaro)

Any is treated as a keyword by syntactic highlighting (because it's a keyword in TokenKinds.def), but wasn't annotated as a keyword by code completion, cursor info, or doc info in their annotated decl XML output.

Resolves rdar://problem/61114942

It's treated as a keyword by syntactic highlighting, but wasn't annotated as a
keyword by code completion, cursor info, or doc info.

Resolves rdar://problem/61114942
@nathawes nathawes added the r5.3 label Apr 29, 2020
@nathawes nathawes requested a review from akyrtzi April 29, 2020 16:24
@nathawes
Copy link
Contributor Author

@swift-ci please test

@akyrtzi akyrtzi merged commit a3d112b into swiftlang:release/5.3 Apr 29, 2020
@AnthonyLatsis AnthonyLatsis added swift 5.3 🍒 release cherry pick Flag: Release branch cherry picks labels Jan 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🍒 release cherry pick Flag: Release branch cherry picks swift 5.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants