[clang] [clang-tools-extra] [codegen] Emit missing cleanups when an expression contains a branch (PR #80698)

Utkarsh Saxena via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 15 08:55:45 PDT 2024


usx95 wrote:

Sent out alternative fix https://github.com/llvm/llvm-project/pull/85398 which looks more convincing. It uses the existing EHStack but only promotes some EHCleanups to NormalAndEHCleanups.

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


More information about the cfe-commits mailing list