llvm-project
9e82ee52
- [Support] Remove AlignedCharArrayUnion from Expected and ErrorOr, NFCI. (#127407)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[Support] Remove AlignedCharArrayUnion from Expected and ErrorOr, NFCI. (#127407) They were instantiated with only a single type and union-members themselves. By putting the types directly into a union, they are still left uninitialized by default.
References
#127407 - [Support] Remove AlignedCharArrayUnion from Expected and ErrorOr, NFCI.
Author
hahnjo
Parents
06cc9681
Loading