swift
8b483a6a
- [NFC] Fix a use of an uninitialized captured value.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
274 days ago
[NFC] Fix a use of an uninitialized captured value. 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]`
References
#80118 - [NFC] Fix a use of an uninitialized captured value.
Author
allevato
Parents
aeeeb81b
Loading