[clang] [codegen] Emit missing cleanups for stmt-expr and coro suspensions [take-2] (PR #85398)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 26 12:07:20 PDT 2024


efriedma-quic wrote:

If we do keep mayBranchOut(), "asm goto" should also be added to the list of expressions that can branch out.  (I think JumpDiagnostics currently forbids actually branching out in cases that would require a cleanup, but better to be defensive here.)

https://github.com/llvm/llvm-project/pull/85398


More information about the cfe-commits mailing list