[PATCH] D147564: [clang] Mark CWG536 as N/A
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 10 03:18:37 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6737a1520900: [clang] Mark CWG536 as N/A (authored by Endill).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147564/new/
https://reviews.llvm.org/D147564
Files:
clang/test/CXX/drs/dr5xx.cpp
clang/www/cxx_dr_status.html
Index: clang/www/cxx_dr_status.html
===================================================================
--- clang/www/cxx_dr_status.html
+++ clang/www/cxx_dr_status.html
@@ -3255,7 +3255,7 @@
<td><a href="https://wg21.link/cwg536">536</a></td>
<td>CD6</td>
<td>Problems in the description of <I>id-expression</I>s</td>
- <td class="none" align="center">Unknown</td>
+ <td class="na" align="center">N/A</td>
</tr>
<tr id="537">
<td><a href="https://wg21.link/cwg537">537</a></td>
Index: clang/test/CXX/drs/dr5xx.cpp
===================================================================
--- clang/test/CXX/drs/dr5xx.cpp
+++ clang/test/CXX/drs/dr5xx.cpp
@@ -418,6 +418,7 @@
#endif
}
+// dr536: na
// dr537: na
// dr538: na
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147564.512106.patch
Type: text/x-patch
Size: 758 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230410/d635f96f/attachment.bin>
More information about the cfe-commits
mailing list