[PATCH] D147840: [clang][Interp] Handle DiscardResult for DeclRef- and ParenExprs
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Apr 7 22:30:05 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:240
+ return this->emitPop(*T, PE);
+ }
+
----------------
Next time this pattern shows up, I need to add a convenience function.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147840/new/
https://reviews.llvm.org/D147840
More information about the cfe-commits
mailing list