[all-commits] [llvm/llvm-project] e86b68: [clang][bytecode] Add support for typeid pointers ...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Dec 28 05:07:23 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e86b68ff560aaf5fc723eaa8d8418892b2456e12
https://github.com/llvm/llvm-project/commit/e86b68ff560aaf5fc723eaa8d8418892b2456e12
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2024-12-28 (Sat, 28 Dec 2024)
Changed paths:
M clang/lib/AST/ByteCode/Compiler.cpp
M clang/lib/AST/ByteCode/Compiler.h
M clang/lib/AST/ByteCode/Interp.cpp
M clang/lib/AST/ByteCode/Interp.h
M clang/lib/AST/ByteCode/Opcodes.td
M clang/lib/AST/ByteCode/Pointer.cpp
M clang/lib/AST/ByteCode/Pointer.h
M clang/test/AST/ByteCode/cxx2a.cpp
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list