summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-07 17:58:11 +0400
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-07 18:40:35 +0400
commit4b03869402558d6aa24ce08766825eef34d6aff6 (patch)
tree4075f070a8c3c81a16eb9c9e7c1049bfdd0e3bf1 /clang/www
parent154825bdf6fb5ec5b4cd7d53cf93d68b185ca55d (diff)
downloadllvm-4b03869402558d6aa24ce08766825eef34d6aff6.tar.gz
[clang] Add test for CWG607
[[https://wg21.link/p1787 | P1787]]: CWG607 is resolved by looking up unqualified names in a mem-initializer-id from outside the parameter scope. Wording: Lookup for an unqualified name in a mem-initializer-id ignores the constructor’s function parameter scope. ([class.base.init]/2) Reviewed By: #clang-language-wg, shafik Differential Revision: https://reviews.llvm.org/D147590
Diffstat (limited to 'clang/www')
-rwxr-xr-xclang/www/cxx_dr_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/www/cxx_dr_status.html b/clang/www/cxx_dr_status.html
index 7cbb729adb9c..7498753836d6 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -3683,7 +3683,7 @@ and <I>POD class</I></td>
<td><a href="https://wg21.link/cwg607">607</a></td>
<td>CD6</td>
<td>Lookup of <I>mem-initializer-id</I>s</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Yes</td>
</tr>
<tr id="608">
<td><a href="https://wg21.link/cwg608">608</a></td>