[PATCH] D144164: [clang][Interp] Handle PtrMemOps
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 1 02:58:09 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/lib/AST/Interp/Context.cpp:122
+ T->isFunctionProtoType() ||
+ T->isSpecificBuiltinType(BuiltinType::BoundMember))
+ return PT_FnPtr;
----------------
aaron.ballman wrote:
> Do you have test coverage for the bound member case?
I was sure I had, I added this to make some test work... but now I removed it and nothing breaks, so I guess I don't.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D144164/new/
https://reviews.llvm.org/D144164
More information about the cfe-commits
mailing list