Files
clang-p2996/clang/lib/AST/ByteCode/Interp.cpp
Timm Baeder e86b68ff56 [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.
2024-12-28 14:07:01 +01:00

55 KiB