llvm-project
7267dbfe
- [clang][bytecode] Fix comparing the addresses of union members (#133852)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
265 days ago
[clang][bytecode] Fix comparing the addresses of union members (#133852) Union members get the same address, so we can't just use `Pointer::getByteOffset()`.
References
#133852 - [clang][bytecode] Fix comparing the addresses of union members
Author
tbaederr
Parents
49f080af
Loading