https://github.com/andykaylor created 
https://github.com/llvm/llvm-project/pull/183594

When this document was converted from rst to markdown, the contents didn't get 
updated correctly.

>From 033cde2bc31c77b436434eb6c69a3d58ce754bb4 Mon Sep 17 00:00:00 2001
From: Andy Kaylor <[email protected]>
Date: Thu, 26 Feb 2026 10:55:18 -0800
Subject: [PATCH] [CIR][docs] Fix table of contents for CIR eh and cleanups doc

When this document was converted from rst to markdown, the contents didn't
get updated correctly.
---
 clang/docs/ClangIRCleanupAndEHDesign.md | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/clang/docs/ClangIRCleanupAndEHDesign.md 
b/clang/docs/ClangIRCleanupAndEHDesign.md
index 7dc5059bfb45f..f3011a1d9c498 100644
--- a/clang/docs/ClangIRCleanupAndEHDesign.md
+++ b/clang/docs/ClangIRCleanupAndEHDesign.md
@@ -1,7 +1,10 @@
 # ClangIR Cleanup and Exception Handling Design
 
-::: {.contents local=""}
-:::
+```{contents}
+---
+local:
+---
+```
 
 ## Overview
 

_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to