[PATCH] D153294: [clang] Do not create ExprWithCleanups while checking immediate invocation
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jun 23 09:53:52 PDT 2023
ilya-biryukov added a comment.
In D153294#4444065 <https://reviews.llvm.org/D153294#4444065>, @Fznamznon wrote:
>> While we wait for Richard's response... @Fznamznon what are your thoughts on wrapping all ConstantExpr that span immediate invocations with redundant ExprWithCleanups per Richard's suggestions?
>> This bug looks scary enough to me to warrant a fix asap.
>
> Agree. I was thinking of implementing Richard's suggestions in a separate review for some time. I'll do that.
Many thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153294/new/
https://reviews.llvm.org/D153294
More information about the cfe-commits
mailing list