[clang] 6737a15 - [clang] Mark CWG536 as N/A

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 10 03:18:25 PDT 2023


Author: Vlad Serebrennikov
Date: 2023-04-10T13:18:19+03:00
New Revision: 6737a1520900a506a884db6677a03fa729c2f197

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

LOG: [clang] Mark CWG536 as N/A

[[https://wg21.link/p1787 | P1787]]: CWG536 (long partially resolved) is resolved by specifying that unqualified lookup occurs for any kind of unqualified-id as an id-expression.
Wording: An unqualified name is a name that <...>. Unless otherwise specified, such a name undergoes unqualified name lookup from the point where it appears. ([basic.lookup.unqual]/4)

Reviewed By: #clang-language-wg, aaron.ballman

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

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/clang/test/CXX/drs/dr5xx.cpp b/clang/test/CXX/drs/dr5xx.cpp
index d75b1b5bba16..1477a40fd25d 100644
--- a/clang/test/CXX/drs/dr5xx.cpp
+++ b/clang/test/CXX/drs/dr5xx.cpp
@@ -418,6 +418,7 @@ namespace dr535 { // dr535: yes
 #endif
 }
 
+// dr536: na
 // dr537: na
 // dr538: na
 

diff  --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 7498753836d6..4621e6e851cd 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -3255,7 +3255,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
     <td><a href="https://wg21.link/cwg536">536</a></td>
     <td>CD6</td>
     <td>Problems in the description of <I>id-expression</I>s</td>
-    <td class="none" align="center">Unknown</td>
+    <td class="na" align="center">N/A</td>
   </tr>
   <tr id="537">
     <td><a href="https://wg21.link/cwg537">537</a></td>


        


More information about the cfe-commits mailing list