[clang] [clang-tools-extra] [codegen] Emit missing cleanups when an expression contains a branch (PR #80698)
Eli Friedman via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 12 15:29:48 PST 2024
https://github.com/efriedma-quic commented:
Do we need to add handling for `new int[](co_await foo())` (CodeGenFunction::EmitNewArrayInitializer)?
https://github.com/llvm/llvm-project/pull/80698
More information about the cfe-commits
mailing list