aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorAmy Huang <akhuang@google.com>2024-03-13 16:15:01 -0700
committerGitHub <noreply@github.com>2024-03-13 23:15:01 +0000
commitf9a14782000e6aa2c4031bc97b20c351a9f281c3 (patch)
tree2326284ec4fe44f44e9ba7176e07cfd4a7794bd1 /clang/www
parent7009c981ecd99756ed08bcad47c4fa595b5e2426 (diff)
downloadllvm-f9a14782000e6aa2c4031bc97b20c351a9f281c3.zip
llvm-f9a14782000e6aa2c4031bc97b20c351a9f281c3.tar.gz
llvm-f9a14782000e6aa2c4031bc97b20c351a9f281c3.tar.bz2
Reapply "[Clang][C++23] Implement P2448R2 ..." (#85136) (#85145)
This reverts commit 003e292f9895a9cf4e30688269efa668d1fcbb09 because there were dependent changes in the codebase that now fail.
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_status.html9
1 files changed, 1 insertions, 8 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html
index fe3fc09..1e36b903 100755
--- a/clang/www/cxx_status.html
+++ b/clang/www/cxx_status.html
@@ -356,14 +356,7 @@ C++23, informally referred to as C++26.</p>
<tr>
<td>Relaxing some constexpr restrictions</td>
<td><a href="https://wg21.link/P2448R2">P2448R2</a></td>
- <td class="partial" align="center">
- <details><summary>Clang 17 (Partial)</summary>
- We do not support outside of defaulted special memeber functions the change that constexpr functions no
- longer have to be constexpr compatible but rather support a less restricted requirements for constexpr
- functions. Which include allowing non-literal types as return values and parameters, allow calling of
- non-constexpr functions and constructors.
- </details></td>
- </td>
+ <td class="unreleased" align="center">Clang 19</td>
</tr>
<tr>
<td>Using unknown pointers and references in constant expressions</td>