Skip to content

[Migrator] Add return keyword when adding temp bindings in single-e… #10007

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 31, 2017
Merged

[Migrator] Add return keyword when adding temp bindings in single-e… #10007

merged 1 commit into from
May 31, 2017

Conversation

bitjammer
Copy link
Contributor

…xpression closures

The migrator pass to add tuple destructuring that now needs to add a
return statement for closures that were once single-expression but are
no longer because of the added statement to do the binding.

rdar://problem/32433206

…xpression closures

The migrator pass to add tuple destructuring that now needs to add a
`return` statement for closures that were once single-expression but are
no longer because of the added statement to do the binding.

rdar://problem/32433206
@bitjammer bitjammer requested a review from akyrtzi May 31, 2017 20:39
@bitjammer
Copy link
Contributor Author

@swift-ci Please smoke test

@bitjammer bitjammer merged commit b419b4f into swiftlang:master May 31, 2017
@bitjammer bitjammer deleted the rdar-32433206-migrator-single-expr-closure-add-return branch May 31, 2017 21:18
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