[PATCH] D82999: [CodeGen] Check the cleanup flag before destructing temporaries created in conditional expressions
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 2 10:47:40 PDT 2020
rjmccall added a comment.
Please adjust the commit message to be clear that this is about lifetime-extended temporaries; it's not like we got this wrong for all temporaries.
Do we need to do anything to ensure that the after-full-expression cleanup is configured conditionally?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82999/new/
https://reviews.llvm.org/D82999
More information about the cfe-commits
mailing list