[PATCH] D150661: [clang][Interp] Allow evaluating standalone composite expressions
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 16 05:52:49 PDT 2023
tbaeder added inline comments.
================
Comment at: clang/lib/AST/Interp/ByteCodeExprGen.cpp:2287
+ return true;
}
case UO_Imag: { // __imag x
----------------
I added these changes to make the test work, but they are thematically different from the purpose of this patch. However, without them, the test doesn't work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150661/new/
https://reviews.llvm.org/D150661
More information about the cfe-commits
mailing list