aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcor3ntin <corentinjabot@gmail.com>2024-07-06 16:18:20 +0200
committerGitHub <noreply@github.com>2024-07-06 16:18:20 +0200
commite55585fd7bddf5bb3824a53cbe2971206d3c20c6 (patch)
treee8c22d20a6ad2ddda03ee58db4650ef72d39de66
parentd64efe42eb98af76ba4ba26f48d079713f513af9 (diff)
downloadllvm-e55585fd7bddf5bb3824a53cbe2971206d3c20c6.zip
llvm-e55585fd7bddf5bb3824a53cbe2971206d3c20c6.tar.gz
llvm-e55585fd7bddf5bb3824a53cbe2971206d3c20c6.tar.bz2
[Clang] Fix typo in cxx_status.html
-rwxr-xr-xclang/www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index 0c013e6..27e2213 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -213,7 +213,7 @@ C++23, informally referred to as C++26.</p>
<tr>
<td>Deleting a Pointer to an Incomplete Type Should be Ill-formed</td>
<td><a href="https://wg21.link/P3144">P3144R2</a></td>
- <td class="Unreleased" align="center">Clang 19</td>
+ <td class="unreleased" align="center">Clang 19</td>
</tr>
<tr>
<td>Ordering of constraints involving fold expressions</td>