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() {
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() {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits