[PATCH] D155707: [clang][Interp] Handle CXXNoexceptExprs

Timm Bäder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jul 23 02:29:43 PDT 2023


tbaeder marked an inline comment as done.
tbaeder added inline comments.


================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:1203
+  if (DiscardResult)
+    return this->discard(Operand);
+  return this->emitConstBool(E->getValue(), E);
----------------
Looks like this is wrong.


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

https://reviews.llvm.org/D155707



More information about the cfe-commits mailing list