summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-07 17:56:12 +0400
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-07 18:33:33 +0400
commit33e84315e7d674cf6327d23f035aa4a2f28ac8ee (patch)
tree1fd944dba3bfb9fb2fdd7ca9eeb682f67d90d8db /clang/www
parent9af8dca70fce1538675a857e3a053f6d35b18aea (diff)
downloadllvm-33e84315e7d674cf6327d23f035aa4a2f28ac8ee.tar.gz
[clang] Add test for CWG255
[[https://wg21.link/p1787 | P1787]]: CWG255 (partially resolved by N3778 is resolved by generally specifying the restriction to usual deallocation functions. Wording: In any case, any declarations other than of usual deallocation functions ([basic.stc.dynamic.deallocation]) are discarded. ([expr.delete]/9) Reviewed By: #clang-language-wg, cor3ntin Differential Revision: https://reviews.llvm.org/D147549
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 8ca6d081379d..8d3268b34f52 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -1568,7 +1568,7 @@ accessible?</td>
<td><a href="https://wg21.link/cwg255">255</a></td>
<td>CD6</td>
<td>Placement deallocation functions and lookup ambiguity</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr id="256">
<td><a href="https://wg21.link/cwg256">256</a></td>