summaryrefslogtreecommitdiff
path: root/clang/www
diff options
context:
space:
mode:
authorVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-11 22:14:29 +0300
committerVlad Serebrennikov <serebrennikov.vladislav@gmail.com>2023-04-11 22:15:11 +0300
commitaa7aedd8ea3f75ddfb3004b81f09c5f653bc8fec (patch)
tree3e789f2d00c900b81517468d8348b9033312cb22 /clang/www
parenta4beecef8f40ad0d42f61e7c495acb2d2d819b10 (diff)
downloadllvm-aa7aedd8ea3f75ddfb3004b81f09c5f653bc8fec.tar.gz
[clang] Add test for CWG1837
[[https://wg21.link/p1787 | P1787]]: CWG1837 is resolved by restricting `this` to referring to the innermost enclosing class. Wording: see changes to [expr.prim.this] and [expr.prim.lambda]. Reviewed By: #clang-language-wg, erichkeane Differential Revision: https://reviews.llvm.org/D148035
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 67350fa35938..bac8a52c2d5b 100755
--- a/clang/www/cxx_dr_status.html
+++ b/clang/www/cxx_dr_status.html
@@ -10829,7 +10829,7 @@ and <I>POD class</I></td>
<td><a href="https://wg21.link/cwg1837">1837</a></td>
<td>CD6</td>
<td>Use of <TT>this</TT> in <TT>friend</TT> and local class declarations</td>
- <td class="none" align="center">Unknown</td>
+ <td class="full" align="center">Clang 3.3</td>
</tr>
<tr id="1838">
<td><a href="https://wg21.link/cwg1838">1838</a></td>