[clang] [CIR] Support single level Cleanup scope (PR #180276)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Sun Feb 8 11:06:55 PST 2026


================
@@ -675,6 +675,8 @@ class CIRGenFunction : public CIRGenTypeCache {
                                               cir::GlobalOp gv,
                                               cir::GetGlobalOp gvAddr);
 
+  std::stack<cir::CleanupScopeOp> ehCleanupScopesStack;
----------------
AmrDeveloper wrote:

Makes sense, I did that

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


More information about the cfe-commits mailing list