[PATCH] D133941: [clang][Interp] Record item types in InterpStack

Erich Keane via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 15 07:30:26 PDT 2022


erichkeane added inline comments.


================
Comment at: clang/lib/AST/Interp/InterpStack.h:161
+      return PT_Uint64;
+    assert(false);
+  }
----------------
llvm_unreachable?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133941



More information about the cfe-commits mailing list