aboutsummaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2024-03-07 22:38:44 +0400
committerGitHub <noreply@github.com>2024-03-07 22:38:44 +0400
commit41572177d129bf19f13f077a30b582fd3b8f790c (patch)
treede66876efac89db974c015f59879bd0d71bc353a /clang/www
parent9e4f289bd6c905a2a436b3311ca49ad2d6328060 (diff)
downloadllvm-41572177d129bf19f13f077a30b582fd3b8f790c.zip
llvm-41572177d129bf19f13f077a30b582fd3b8f790c.tar.gz
llvm-41572177d129bf19f13f077a30b582fd3b8f790c.tar.bz2
[clang] Add CodeGen tests for CWG 5xx issues (#84303)
This patch covers [CWG519](https://cplusplus.github.io/CWG/issues/519.html) "Null pointer preservation in `void*` conversions", [CWG571](https://cplusplus.github.io/CWG/issues/571.html) "References declared const".
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 774c71b..503472a 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -3154,7 +3154,7 @@ of class templates</td>
<td><a href="https://cplusplus.github.io/CWG/issues/519.html">519</a></td>
<td>CD1</td>
<td>Null pointer preservation in <TT>void*</TT> conversions</td>
- <td class="full" align="center">Yes</td>
+ <td class="full" align="center">Clang 2.7</td>
</tr>
<tr id="520">
<td><a href="https://cplusplus.github.io/CWG/issues/520.html">520</a></td>
@@ -3468,7 +3468,7 @@ and <I>POD class</I></td>
<td><a href="https://cplusplus.github.io/CWG/issues/571.html">571</a></td>
<td>CD2</td>
<td>References declared <TT>const</TT></td>
- <td class="unknown" align="center">Unknown</td>
+ <td class="full" align="center">Clang 2.7</td>
</tr>
<tr id="572">
<td><a href="https://cplusplus.github.io/CWG/issues/572.html">572</a></td>