Skip to content

Avoid emitting variable debug info for closure captures. #66480

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 9, 2023

Conversation

adrian-prantl
Copy link
Contributor

Variable debug info is triggered by pattern bindings, however, inside a closure capture list, this should be avoided by setting the appropriate flag in the initializer object.

rdar://110329894
(cherry picked from commit 3a97766)

Variable debug info is triggered by pattern bindings, however, inside a closure
capture list, this should be avoided by setting the appropriate flag in the
initializer object.

rdar://110329894
(cherry picked from commit 3a97766)
@adrian-prantl adrian-prantl requested a review from a team as a code owner June 8, 2023 23:49
@adrian-prantl
Copy link
Contributor Author

@swift-ci test

@adrian-prantl
Copy link
Contributor Author

@swift-ci test linux

@adrian-prantl
Copy link
Contributor Author

@swift-ci test linux

@adrian-prantl adrian-prantl merged commit 2cca3ac into swiftlang:release/5.9 Jun 9, 2023
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