[PATCH] D142328: [clang][Interp] Fix compound assign operator types
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 3 07:06:48 PST 2023
steakhal added a comment.
Hi @tbaeder, I was looking for commits that mentions "fix" "assertion" or "crash" in the title, that are part of the `main` branch but not backported to `release/16.x` to be eventually released as `clang-16`.
I wonder what's the status of this and the related patches given that the commit that the summary mentions (490e8214fca48824beda8b508d6d6bbbf3d8d9a7 <https://reviews.llvm.org/rG490e8214fca48824beda8b508d6d6bbbf3d8d9a7>) is present in `release/16.x`. I can also see that quite a few revert commits are also related to `Interp`.
It's probably the case that the mentioned change was removed from `clang-16` by f6ea1af9a4b71d27de2dde629224af1220c5c85b <https://reviews.llvm.org/rGf6ea1af9a4b71d27de2dde629224af1220c5c85b>.
Could you please confirm that the changes around `Interp` are consistent and no patches are missing from the `release/16.x` just to be sure?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142328/new/
https://reviews.llvm.org/D142328
More information about the cfe-commits
mailing list