[PATCH] D150946: [clang][Interp] PointerToIntegral casts

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 19 02:43:34 PDT 2023


tbaeder added a comment.

Hm, this works for pointers, but not for function pointers (which we map to `FunctionPointer`).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D150946/new/

https://reviews.llvm.org/D150946



More information about the cfe-commits mailing list