llvm-project
ac47edd8 - [clang][Interp] Only zero-init first union member (#102744)

Commit
1 year ago
[clang][Interp] Only zero-init first union member (#102744) Zero-initializing all of them accidentally left the last member active. Only initialize the first one.
Author
Parents
Loading