llvm-project
e86b68ff
- [clang][bytecode] Add support for typeid pointers (#121251)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[clang][bytecode] Add support for typeid pointers (#121251) Add it as another kind of pointer, saving both a `Type*` for the result of the typeid() expression as well as one for the type of the typeid expression.
References
#121251 - [clang][bytecode] Add support for typeid pointers
Author
tbaederr
Parents
7e749d4f
Loading