[PATCH] D155572: [clang][Interp] Start implementing binary operators for complex types
Timm Bäder via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 28 00:33:40 PDT 2023
tbaeder added a comment.
In D155572#4539457 <https://reviews.llvm.org/D155572#4539457>, @aaron.ballman wrote:
> Is this intended to not handle all the binary operators in this patch?
Yes, just a subset for now.
> And also, is this intended to only impact initializers?
Yes, due to problems with (non-)initializers. This should work after https://reviews.llvm.org/D156027 though.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155572/new/
https://reviews.llvm.org/D155572
More information about the cfe-commits
mailing list