summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-07 17:50:23 +0400
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-07 17:54:38 +0400
commit653a82e95257a7cd3f22c24e40d54459a6608429 (patch)
treebed33d7feb31af4837cc0bdcdc0b8d6e1609eeaa /clang/www
parent8385ee05e59d2e05f0040c5dbdd0580b3e75f36b (diff)
downloadllvm-653a82e95257a7cd3f22c24e40d54459a6608429.tar.gz
[clang] Add test for CWG191
Also mark CWG1200 as "na." [[https://wg21.link/p1787 | P1787]]: CWG191 and CWG1200 are resolved by defining unqualified lookup in terms of every enclosing scope. Wording: If no declarations are found, the results of the unqualified search are the results of an unqualified search in the parent scope of S, if any, from P. ([basic.lookup.unqual]/2) Reviewed By: #clang-language-wg, shafik Differential Revision: https://reviews.llvm.org/D147530
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 0e1101e3d42c..8ca6d081379d 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -1183,7 +1183,7 @@
<td><a href="https://wg21.link/cwg191">191</a></td>
<td>CD6</td>
<td>Name lookup does not handle complex nesting</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr id="192">
<td><a href="https://wg21.link/cwg192">192</a></td>
@@ -7007,7 +7007,7 @@ and <I>POD class</I></td>
<td><a href="https://wg21.link/cwg1200">1200</a></td>
<td>CD6</td>
<td>Lookup rules for template parameters</td>
- <td class="none" align="center">Unknown</td>
+ <td class="na" align="center">N/A</td>
</tr>
<tr id="1201">
<td><a href="https://wg21.link/cwg1201">1201</a></td>