This is a result of the discussions in https://reviews.llvm.org/D141472 and https://reviews.llvm.org/D142630.
We need to consider virtual functions when calling function pointers as well.
Differential D144164
[clang][Interp] Handle PtrMemOps tbaeder on Feb 15 2023, 11:57 PM. Authored by
Details This is a result of the discussions in https://reviews.llvm.org/D141472 and https://reviews.llvm.org/D142630. We need to consider virtual functions when calling function pointers as well.
Diff Detail Event Timeline
Comment Actions LG!
|
Do we need similar changes for unary operators, pointer arithmetic operators, etc?