[clang] Mark CWG2165 as N/A
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>
Sat, 11 Feb 2023 06:42:48 +0000 (09:42 +0300)
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>
Sat, 11 Feb 2023 06:46:18 +0000 (09:46 +0300)
[[ https://wg21.link/p1787 | 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

Reviewed By: #clang-language-wg, cor3ntin

Differential Revision: https://reviews.llvm.org/D142717

clang/test/CXX/drs/dr21xx.cpp
clang/www/cxx_dr_status.html

index 7e74590..d8cf3ac 100644 (file)
@@ -127,6 +127,8 @@ namespace dr2157 { // dr2157: 11
 #endif
 }
 
+// dr2165: na
+
 namespace dr2170 { // dr2170: 9
 #if __cplusplus >= 201103L
   void f() {
index dbd4e34..39e5a64 100755 (executable)
@@ -12797,7 +12797,7 @@ and <I>POD class</I></td>
     <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>