Skip to content

[Async Refactoring] Better handle known condition paths #37851

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
Jun 10, 2021

Conversation

hamishknight
Copy link
Contributor

If we're going to be classifying nodes in either an else if block or after a guard statement with a known condition path, be more lenient with unhandled conditions, as we already know what path they should be classified along.

rdar://78564388

If we're going to be classifying nodes in either
an `else if` block or after a `guard` statement
with a known condition path, be more lenient with
unhandled conditions, as we already know what path
they should be classified along.

rdar://78564388
@hamishknight
Copy link
Contributor Author

@swift-ci please test

@hamishknight hamishknight requested a review from bnbarham June 9, 2021 20:31
@hamishknight hamishknight merged commit 666f62e into swiftlang:main Jun 10, 2021
@hamishknight hamishknight deleted the time-for-branch branch June 10, 2021 09:49
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