llvmorg-github-actions[bot] wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Timm Baeder (tbaederr)

<details>
<summary>Changes</summary>

the "Clang 24" shows up left-aligned right now.

---
Full diff: https://github.com/llvm/llvm-project/pull/224206.diff


1 Files Affected:

- (modified) clang/www/cxx_status.html (+1-1) 


``````````diff
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 42d8526e44968..61d0f38bce87a 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -137,7 +137,7 @@ <h2 id="cxx29">C++2d implementation status</h2>
 <tr>
   <td>Adjust identifier following new Unicode recommendations</td>
   <td><a href="https://wg21.link/P3658R1";>P3658R1</a> <a 
href="#dr">(DR)</a></td>
-  <td class="unreleased align="center">Clang 24</td>
+  <td class="unreleased" align="center">Clang 24</td>
 </tr>
 <tr>
   <td><code>return_value</code> &amp; <code>return_void</code> are not 
mutually exclusive</td>

``````````

</details>


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

Reply via email to