Implement support for equality comparisons (!=, ==) of member
pointers, by extending the "composite pointer type" logic to include
member pointer types.
Introduce test cases for member pointer comparisons, including those
that involve the builtin operator candidates implemented earlier.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79925 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 05f3a0d..d01c5a7 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1764,7 +1764,7 @@
<td class="advanced" align="center"></td>
<td class="medium" align="center"></td>
<td class="na" align="center">N/A</td>
- <td>Missing pointer-to-member versions (p11, p16) and support for
+ <td>Missing support for the ->* operator (p11, p16) and support for
the ternary operator (p24, p25).</td>
</tr>
<tr>