This revision was automatically updated to reflect the committed changes. Closed by commit rG19ef8e8446df: [clang] Mark CWG2331 as N/A (authored by Endill).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D148260/new/ https://reviews.llvm.org/D148260 Files: clang/test/CXX/drs/dr23xx.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 @@ -13793,7 +13793,7 @@ <td><a href="https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td> <td>CD6</td> <td>Redundancy in description of class scope</td> - <td class="none" align="center">Unknown</td> + <td class="na" align="center">N/A</td> </tr> <tr id="2332"> <td><a href="https://cplusplus.github.io/CWG/issues/2332.html">2332</a></td> Index: clang/test/CXX/drs/dr23xx.cpp =================================================================== --- clang/test/CXX/drs/dr23xx.cpp +++ clang/test/CXX/drs/dr23xx.cpp @@ -171,6 +171,8 @@ } //namespace dr2303 #endif +// dr2331: na + namespace dr2370 { // dr2370: no namespace N { typedef int type;
Index: clang/www/cxx_dr_status.html =================================================================== --- clang/www/cxx_dr_status.html +++ clang/www/cxx_dr_status.html @@ -13793,7 +13793,7 @@ <td><a href="https://cplusplus.github.io/CWG/issues/2331.html">2331</a></td> <td>CD6</td> <td>Redundancy in description of class scope</td> - <td class="none" align="center">Unknown</td> + <td class="na" align="center">N/A</td> </tr> <tr id="2332"> <td><a href="https://cplusplus.github.io/CWG/issues/2332.html">2332</a></td> Index: clang/test/CXX/drs/dr23xx.cpp =================================================================== --- clang/test/CXX/drs/dr23xx.cpp +++ clang/test/CXX/drs/dr23xx.cpp @@ -171,6 +171,8 @@ } //namespace dr2303 #endif +// dr2331: na + namespace dr2370 { // dr2370: no namespace N { typedef int type;
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits