[clang] d0e24f0 - [clang] Mark CWG2165 as N/A

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 22:47:04 PST 2023


Author: Vlad Serebrennikov
Date: 2023-02-11T09:46:18+03:00
New Revision: d0e24f0c97ecf4f4e72604adcae5cd4c6b02cb48

URL: https://github.com/llvm/llvm-project/commit/d0e24f0c97ecf4f4e72604adcae5cd4c6b02cb48
DIFF: https://github.com/llvm/llvm-project/commit/d0e24f0c97ecf4f4e72604adcae5cd4c6b02cb48.diff

LOG: [clang] Mark CWG2165 as N/A

[[ 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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/test/CXX/drs/dr21xx.cpp b/clang/test/CXX/drs/dr21xx.cpp
index 7e74590213376..d8cf3ac9f7eda 100644
--- a/clang/test/CXX/drs/dr21xx.cpp
+++ b/clang/test/CXX/drs/dr21xx.cpp
@@ -127,6 +127,8 @@ namespace dr2157 { // dr2157: 11
 #endif
 }
 
+// dr2165: na
+
 namespace dr2170 { // dr2170: 9
 #if __cplusplus >= 201103L
   void f() {

diff  --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index dbd4e34816f98..39e5a64d571f1 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -12797,7 +12797,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <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>


        


More information about the cfe-commits mailing list