Skip to content

Commit

Permalink
[clang] Mark CWG2165 as N/A
Browse files Browse the repository at this point in the history
[[ https://wg21.link/p1787 | 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

Reviewed By: #clang-language-wg, cor3ntin

Differential Revision: https://reviews.llvm.org/D142717
  • Loading branch information
Endilll committed Feb 11, 2023
1 parent 5eaaf8f commit 89ba737
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions clang/test/CXX/drs/dr21xx.cpp
Expand Up @@ -127,6 +127,8 @@ namespace dr2157 { // dr2157: 11
#endif
}

// dr2165: na

namespace dr2170 { // dr2170: 9
#if __cplusplus >= 201103L
void f() {
Expand Down
2 changes: 1 addition & 1 deletion clang/www/cxx_dr_status.html
Expand Up @@ -12797,7 +12797,7 @@ <h2 id="cxxdr">C++ defect report implementation status</h2>
<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>
Expand Down

0 comments on commit 89ba737

Please sign in to comment.