[PATCH] D144164: [clang][Interp] Handle PtrMemOps
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed May 17 04:57:34 PDT 2023
aaron.ballman added inline comments.
================
Comment at: clang/lib/AST/Interp/Context.cpp:122
+ T->isFunctionProtoType() ||
+ T->isSpecificBuiltinType(BuiltinType::BoundMember))
+ return PT_FnPtr;
----------------
Do you have test coverage for the bound member case?
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