Skip to content

Fix missing diagnostics for multiple expressions on the same line in closures, switches, and getters #1453

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 2 commits into from
Mar 27, 2023

Conversation

hamishknight
Copy link
Contributor

Switch loops that used parseCodeBlockItem without semicolon checking over to using parseCodeBlockItemList.

Resolves #1452
rdar://107265306

…closures, switches, and getters

Switch loops that used `parseCodeBlockItem` without
semicolon checking over to using `parseCodeBlockItemList`.
Pass through `isAtTopLevel` and `allowInitDecl`
parameters, which allow for better diagnostics.
@hamishknight hamishknight requested a review from ahoppen as a code owner March 27, 2023 13:43
@hamishknight
Copy link
Contributor Author

@swift-ci please test

Copy link
Member

@ahoppen ahoppen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you

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.

Missing diagnostic for expressions on the same line in closures, switches, and get accessors
2 participants