[clang] [CIR][docs] C++ cleanup and exception handling design for CIR (PR #177625)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 23 10:32:36 PST 2026


https://github.com/efriedma-quic commented:

This looks like you could end up with extreme levels of nesting of cir.cleanup.scope.  Which isn't necessarily an issue, but you could easily trigger a stack overflow if you recursively walk the IR.

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


More information about the cfe-commits mailing list