Skip to content
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

[NFC] Fix a use of an uninitialized captured value. #80118

Merged
merged 1 commit into from
Mar 20, 2025

Conversation

allevato
Copy link
Member

On a very recent tip-of-tree build of Clang, this was producing the following error:

variable 'eltMV' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]

On a very recent tip-of-tree build of Clang, this was producing
the following error:

`variable 'eltMV' is uninitialized when used within its own initialization [-Werror,-Wuninitialized]`
@allevato allevato requested a review from jckarter as a code owner March 19, 2025 15:00
@allevato
Copy link
Member Author

@swift-ci please smoke test

@allevato allevato merged commit 8c43428 into swiftlang:main Mar 20, 2025
3 checks passed
@allevato allevato deleted the uninitialized-capture branch March 20, 2025 15:32
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