summaryrefslogtreecommitdiff
path: root/www/cxx_status.html
diff options
context:
space:
mode:
authorSebastian Redl <sebastian.redl@getdesigned.at>2009-02-04 21:23:32 +0000
committerSebastian Redl <sebastian.redl@getdesigned.at>2009-02-04 21:23:32 +0000
commit33b399a8fdd0910ed86b60e61c6a02ba8258bbe3 (patch)
tree1ecbf5db590db1874907f73e5cb36024deb3edda /www/cxx_status.html
parent33244aa31dccb568ec4fb4748986e5870d491a6a (diff)
downloadclang-33b399a8fdd0910ed86b60e61c6a02ba8258bbe3.tar.gz
Implement taking address of member functions, including overloaded ones.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63779 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'www/cxx_status.html')
-rw-r--r--www/cxx_status.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index c172a2c1e9..432e9643af 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -619,10 +619,10 @@ welcome!</p>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.3.1p2-5 Unary &amp;</td>
<td class="complete" align="center">&#x2713;</td>
- <td class="basic" align="center"></td>
- <td class="basic" align="center"></td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td class="complete" align="center">&#x2713;</td>
+ <td></td>
<td></td>
- <td>Member pointers not supported in any way</td>
</tr>
<tr>
<td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;5.3.1p6 Unary +</td>