https://github.com/Disservin updated 
https://github.com/llvm/llvm-project/pull/214006

>From 642ef942299e2bcc6e3e81041dea17f374cce3c5 Mon Sep 17 00:00:00 2001
From: Disservin <[email protected]>
Date: Tue, 4 Aug 2026 19:01:31 +0200
Subject: [PATCH 1/2] [clang] Mark P2686R5 as partial implemented

---
 clang/www/cxx_status.html | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 16ebeb1052b79..beb14845cfcd6 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -345,7 +345,13 @@ <h2 id="cxx26">C++2c implementation status</h2>
  <tr>
   <td>constexpr structured bindings</td>
   <td><a href="https://wg21.link/P2686R5";>P2686R5</a></td>
-  <td class="none" align="center">No</td>
+  <td class="partial" align="center">
+    <details>
+      <summary>Clang 22 (Partial)</summary>
+      References to constexpr variables and decomposition of tuple-like types 
are not yet
+      supported; arrays and aggregates are supported.
+    </details>
+  </td>
  </tr>
  <tr>
   <td>Allowing exception throwing in constant-evaluation</td>

>From 386555168db58bb830e07a2992f8707a031038aa Mon Sep 17 00:00:00 2001
From: Disservin <[email protected]>
Date: Sun, 9 Aug 2026 21:54:08 +0200
Subject: [PATCH 2/2] Add tuple like decomposition note

---
 clang/www/cxx_status.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index beb14845cfcd6..3707f76a0703a 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -348,8 +348,8 @@ <h2 id="cxx26">C++2c implementation status</h2>
   <td class="partial" align="center">
     <details>
       <summary>Clang 22 (Partial)</summary>
-      References to constexpr variables and decomposition of tuple-like types 
are not yet
-      supported; arrays and aggregates are supported.
+      References to constexpr variables are not yet
+      supported; arrays, aggregates, and tuple-like decompositions are 
supported.
     </details>
   </td>
  </tr>

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

Reply via email to