[PATCH] D139172: [clang] Mark CWG554 as N/A
Vlad Serebrennikov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 6 01:39:38 PST 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG6d971cb840db: [clang] Mark CWG554 as N/A (authored by Endill).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139172/new/
https://reviews.llvm.org/D139172
Files:
clang/test/CXX/drs/dr5xx.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
@@ -3366,7 +3366,7 @@
<td><a href="https://wg21.link/cwg554">554</a></td>
<td>CD6</td>
<td>Definition of “declarative region” and “scope”</td>
- <td class="none" align="center">Unknown</td>
+ <td class="na" align="center">N/A</td>
</tr>
<tr id="555">
<td><a href="https://wg21.link/cwg555">555</a></td>
Index: clang/test/CXX/drs/dr5xx.cpp
===================================================================
--- clang/test/CXX/drs/dr5xx.cpp
+++ clang/test/CXX/drs/dr5xx.cpp
@@ -602,6 +602,7 @@
};
}
+// dr554: na
// dr556: na
namespace dr557 { // dr557: yes
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D139172.480386.patch
Type: text/x-patch
Size: 793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221206/a3c27a11/attachment.bin>
More information about the cfe-commits
mailing list