llvm-project
bc5e47fb
- [clang][bytecode] Check pointer types in ::toRValue() (#206712)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
4 days ago
[clang][bytecode] Check pointer types in ::toRValue() (#206712) Now that we let more reinterpret_casts through, we need to check we have the proper type here, too. We already did that for some of the types but not for records and arrays.
References
#206712 - [clang][bytecode] Check pointer types in ::toRValue()
Author
tbaederr
Parents
2eb63793
Loading