llvm-project
9e82ee52 - [Support] Remove AlignedCharArrayUnion from Expected and ErrorOr, NFCI. (#127407)

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.
Author
Parents
Loading