[PATCH] D142717: [clang] Mark CWG2165 as N/A
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 27 06:33:50 PST 2023
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.
P1787 <https://wg21.link/p1787>: "CWG2165 is resolved by removing the conflicting definition of it in [basic.scope]."
Wording: [basic.namespace]/p1 changed and [basic.scope.declarative] removed entirely
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D142717
Files:
clang/test/CXX/drs/dr21xx.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
@@ -12797,7 +12797,7 @@
<td><a href="https://wg21.link/cwg2165">2165</a></td>
<td>CD6</td>
<td>Namespaces, declarative regions, and translation units</td>
- <td class="none" align="center">Unknown</td>
+ <td class="na" align="center">N/A</td>
</tr>
<tr class="open" id="2166">
<td><a href="https://wg21.link/cwg2166">2166</a></td>
Index: clang/test/CXX/drs/dr21xx.cpp
===================================================================
--- clang/test/CXX/drs/dr21xx.cpp
+++ clang/test/CXX/drs/dr21xx.cpp
@@ -127,6 +127,8 @@
#endif
}
+// dr2165: na
+
namespace dr2170 { // dr2170: 9
#if __cplusplus >= 201103L
void f() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142717.492735.patch
Type: text/x-patch
Size: 831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230127/1ebdd337/attachment.bin>
More information about the cfe-commits
mailing list