aboutsummaryrefslogtreecommitdiff
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-08-24 17:42:35 +0000
committerDouglas Gregor <dgregor@apple.com>2009-08-24 17:42:35 +0000
commit20b3e9918cf7d7845c920baabc4fb2f1ac0ee1d2 (patch)
tree62d9885bf3b05c88de9d3fa51b64a0c9611374fe /www/cxx_status.html
parent018d8e0596dd57401eeddcf11ac84ff0a065fbbe (diff)
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
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 05f3a0d00c..d01c5a7752 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -1764,7 +1764,7 @@ welcome!</p>
<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>