[PATCH] D141472: [clang][Interp] Add function pointers
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 30 12:25:04 PST 2023
aaron.ballman added a comment.
Design question -- do you anticipate this class handling *all* function pointers, including pointer to member functions that might be virtual: https://godbolt.org/z/hT8fMY37n
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141472/new/
https://reviews.llvm.org/D141472
More information about the cfe-commits
mailing list