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

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 23 09:53:31 PST 2026


================
@@ -0,0 +1,1258 @@
+=============================================
+ClangIR Cleanup and Exception Handling Design
+=============================================
+
+.. contents::
+   :local:
+
+Overview
+========
+
+This document describes the proposed new design for C++ cleanups and exception
----------------
andykaylor wrote:

I definitely need to do that before this is committed. This reflects the way I was thinking about the design as I wrote it, but if it's accepted it will need to be updated as you suggest.

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


More information about the cfe-commits mailing list