aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcor3ntin <corentinjabot@gmail.com>2024-03-09 12:22:40 +0100
committerGitHub <noreply@github.com>2024-03-09 12:22:40 +0100
commitceaf4a0aab86f10199e16a825c1bdabe59d07eb3 (patch)
tree4e2c5b3c785f2fe341dffd6666f1e91dd86606f9
parent2b5f68a5f63d2342a056bf9f86bd116c100fd81a (diff)
downloadllvm-ceaf4a0aab86f10199e16a825c1bdabe59d07eb3.zip
llvm-ceaf4a0aab86f10199e16a825c1bdabe59d07eb3.tar.gz
llvm-ceaf4a0aab86f10199e16a825c1bdabe59d07eb3.tar.bz2
[Clang] Fix status of P1774 Portable assumptions
-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 66a2b11..1e36b903 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -381,7 +381,7 @@ C++23, informally referred to as C++26.</p>
<tr>
<td>Portable assumptions</td>
<td><a href="https://wg21.link/P1774R8">P1774R8</a></td>
- <td class="full" align="center">Clang 19</td>
+ <td class="unreleased" align="center">Clang 19</td>
</tr>
<tr>
<td>Support for UTF-8 as a portable source file encoding</td>