llvm-project
ac47edd8
- [clang][Interp] Only zero-init first union member (#102744)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#102744 - [clang][Interp] Only zero-init first union member
Author
tbaederr
Parents
5f26497d
Loading