[PATCH] D141472: [clang][Interp] Add function pointers

Aaron Ballman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 18 09:56:38 PST 2023


aaron.ballman added inline comments.


================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:138-139
   case CK_IntegralToPointer: {
     if (isa<CXXNullPtrLiteralExpr>(SubExpr))
       return this->visit(SubExpr);
 
----------------
Can we still reach this bit now?


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

https://reviews.llvm.org/D141472



More information about the cfe-commits mailing list