[PATCH] D132111: [clang][Interp] Implement pointer (de)ref operations and DeclRefExprs

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 18 06:14:58 PDT 2022


erichkeane added subscribers: shafik, tahonermann.
erichkeane added a comment.

Just the 1 question for my info, Tests seem pretty complete for what is being looked at, but I'm hopeful someone else will take a look at this too.  @shafik or @tahonermann want to take a pass so aaron doesn't have to?



================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:215
+        return false;
+      return DiscardResult ? this->emitPopPtr(BO) : true;
     default:
----------------
Can you explain what this is doing for me?


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

https://reviews.llvm.org/D132111



More information about the cfe-commits mailing list