[clang] 6d971cb - [clang] Mark CWG554 as N/A
Vlad Serebrennikov via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 6 01:39:25 PST 2022
Author: Vlad Serebrennikov
Date: 2022-12-06T12:39:19+03:00
New Revision: 6d971cb840dbb3f05689469bf11e49046ce2fae1
URL: https://github.com/llvm/llvm-project/commit/6d971cb840dbb3f05689469bf11e49046ce2fae1
DIFF: https://github.com/llvm/llvm-project/commit/6d971cb840dbb3f05689469bf11e49046ce2fae1.diff
LOG: [clang] Mark CWG554 as N/A
P1787: //CWG554 is resolved by using the word “scope” instead of “declarative region”, consistent with its very common use in phrases like “namespace scope”.//
Reviewed By: #clang-language-wg, cor3ntin, aaron.ballman, shafik
Differential Revision: https://reviews.llvm.org/D139172
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 c48987853115..b5b7be179248 100644
--- a/clang/test/CXX/drs/dr5xx.cpp
+++ b/clang/test/CXX/drs/dr5xx.cpp
@@ -602,6 +602,7 @@ namespace dr553 {
};
}
+// dr554: na
// dr556: na
namespace dr557 { // dr557: yes
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index befe27262850..06783c0ff41b 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -3366,7 +3366,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<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>
More information about the cfe-commits
mailing list