aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2024-02-22 22:30:31 +0400
committerGitHub <noreply@github.com>2024-02-22 22:30:31 +0400
commit5c24c316496e221e1841418f0f39ccb7200c83c6 (patch)
tree6a3b0c05c03d57003f1a67a760930d290e7ba787 /clang/www
parentda1880cc56060c9da91cbd04daa7f8aa3ea0e829 (diff)
downloadllvm-5c24c316496e221e1841418f0f39ccb7200c83c6.zip
llvm-5c24c316496e221e1841418f0f39ccb7200c83c6.tar.gz
llvm-5c24c316496e221e1841418f0f39ccb7200c83c6.tar.bz2
[clang] Implement CWG2759 "`[[no_unique_address]` and common initial sequence" (#82607)
This patch implements said defect report resolution by adding additional check to common initial sequence evaluation. Consequently, this fixes CWG2759.
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 38e2cb6..8b638e0 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -16362,7 +16362,7 @@ and <I>POD class</I></td>
<td><a href="https://cplusplus.github.io/CWG/issues/2759.html">2759</a></td>
<td>DR</td>
<td>[[no_unique_address] and common initial sequence</td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="unreleased" align="center">Clang 19</td>
</tr>
<tr id="2760">
<td><a href="https://cplusplus.github.io/CWG/issues/2760.html">2760</a></td>