================ @@ -113,6 +114,8 @@ class alignas(EHScopeStack::ScopeStackAlignment) EHCleanupScope /// from this index onwards belong to this scope. unsigned fixupDepth = 0; + cir::CleanupScopeOp cleanupScope; ---------------- andykaylor wrote:
The naming here is a bit awkward. You have `cleanupScope` inside a `EHCleanupScope` object. Perhaps `cleanupScopeOp` would be a better name? https://github.com/llvm/llvm-project/pull/180276 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
