[PATCH] D148260: [clang] Mark CWG2331 as N/A
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Apr 15 03:16:05 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rG19ef8e8446df: [clang] Mark CWG2331 as N/A (authored by Endill).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148260/new/
https://reviews.llvm.org/D148260
Files:
clang/test/CXX/drs/dr23xx.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
@@ -13793,7 +13793,7 @@
<td><a href="https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td>
<td>CD6</td>
<td>Redundancy in description of class scope</td>
- <td class="none" align="center">Unknown</td>
+ <td class="na" align="center">N/A</td>
</tr>
<tr id="2332">
<td><a href="https://cplusplus.github.io/CWG/issues/2332.html">2332</a></td>
Index: clang/test/CXX/drs/dr23xx.cpp
===================================================================
--- clang/test/CXX/drs/dr23xx.cpp
+++ clang/test/CXX/drs/dr23xx.cpp
@@ -171,6 +171,8 @@
} //namespace dr2303
#endif
+// dr2331: na
+
namespace dr2370 { // dr2370: no
namespace N {
typedef int type;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148260.513879.patch
Type: text/x-patch
Size: 862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230415/bee41a8f/attachment.bin>
More information about the cfe-commits
mailing list