[PATCH] D142717: [clang] Mark CWG2165 as N/A
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 10 22:47:12 PST 2023
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd0e24f0c97ec: [clang] Mark CWG2165 as N/A (authored by Endill).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142717/new/
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() {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142717.496661.patch
Type: text/x-patch
Size: 831 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230211/c8738f8f/attachment.bin>
More information about the cfe-commits
mailing list