[PATCH] D139095: [clang] Mark CWG405 as a duplicate of CWG218
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 1 04:10:06 PST 2022
Endill created this revision.
Endill added a reviewer: clang-language-wg.
Herald added a project: All.
Endill requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D139095
Files:
clang/test/CXX/drs/dr4xx.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
@@ -2470,7 +2470,7 @@
<td><a href="https://wg21.link/cwg405">405</a></td>
<td>CD6</td>
<td>Unqualified function name lookup</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Duplicate of <a href="#218">218</a></td>
</tr>
<tr id="406">
<td><a href="https://wg21.link/cwg406">406</a></td>
Index: clang/test/CXX/drs/dr4xx.cpp
===================================================================
--- clang/test/CXX/drs/dr4xx.cpp
+++ clang/test/CXX/drs/dr4xx.cpp
@@ -79,6 +79,8 @@
// dr404: na
// (NB: also sup 594)
+// dr405: dup 218
+
namespace dr406 { // dr406: yes
typedef struct {
static int n; // expected-error {{static data member 'n' not allowed in anonymous struct}}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139095.479237.patch
Type: text/x-patch
Size: 922 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221201/080ce36c/attachment.bin>
More information about the cfe-commits
mailing list