Implement dereferencing of pointers-to-member.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63983 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 432e964..71bbada 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -698,11 +698,11 @@
</tr>
<tr>
<td> 5.5 [expr.mptr.oper]</td>
- <td class="broken"></td>
- <td class="broken"></td>
- <td class="broken"></td>
+ <td class="complete" align="center">✓</td>
+ <td class="advanced"></td>
+ <td class="advanced"></td>
<td></td>
- <td></td>
+ <td>Dereferenced member function pointers have the wrong type.</td>
</tr>
<tr>
<td> 5.6 [expr.mul]</td>