[clang] [CIR] Handle return with cleanups (PR #163849)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 17 09:56:49 PDT 2025


================
@@ -28,6 +28,46 @@ using namespace clang::CIRGen;
 // CIRGenFunction cleanup related
 //===----------------------------------------------------------------------===//
 
+/// Build a unconditional branch to the lexical scope cleanup block
----------------
AmrDeveloper wrote:

```suggestion
/// Build an unconditional branch to the lexical scope cleanup block
```

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


More information about the cfe-commits mailing list