aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2024-02-21 19:02:20 +0400
committerGitHub <noreply@github.com>2024-02-21 19:02:20 +0400
commit73185854a3fc469b7d3e21d0b5d2ecb5ee15d201 (patch)
treec9498d0bcdc8f1a650773350fd59d3729514945e /clang/www
parent5a023f564f9886bcc732147d12e114f5ced92c5d (diff)
downloadllvm-73185854a3fc469b7d3e21d0b5d2ecb5ee15d201.zip
llvm-73185854a3fc469b7d3e21d0b5d2ecb5ee15d201.tar.gz
llvm-73185854a3fc469b7d3e21d0b5d2ecb5ee15d201.tar.bz2
[clang] Implement CWG1719 "Layout compatibility and cv-qualification revisited" (#82358)
This patch updates our internal notion of `layout-compatible` to ignore cv-qualification, which in turn fixes `__is_layout_compatible` intrinsic.
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index e9b18b1..38e2cb6 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -7812,7 +7812,7 @@ and <I>POD class</I></td>
<td><a href="https://cplusplus.github.io/CWG/issues/1334.html">1334</a></td>
<td>NAD</td>
<td>Layout compatibility and cv-qualification</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="unreleased" align="center">Superseded by <a href="#1719">1719</a></td>
</tr>
<tr id="1335">
<td><a href="https://cplusplus.github.io/CWG/issues/1335.html">1335</a></td>
@@ -10122,7 +10122,7 @@ and <I>POD class</I></td>
<td><a href="https://cplusplus.github.io/CWG/issues/1719.html">1719</a></td>
<td>CD4</td>
<td>Layout compatibility and cv-qualification revisited</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="unreleased" align="center">Clang 19</td>
</tr>
<tr id="1720">
<td><a href="https://cplusplus.github.io/CWG/issues/1720.html">1720</a></td>