diff options
author | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-02-04 21:23:32 +0000 |
---|---|---|
committer | Sebastian Redl <sebastian.redl@getdesigned.at> | 2009-02-04 21:23:32 +0000 |
commit | 33b399a8fdd0910ed86b60e61c6a02ba8258bbe3 (patch) | |
tree | 1ecbf5db590db1874907f73e5cb36024deb3edda /www/cxx_status.html | |
parent | 33244aa31dccb568ec4fb4748986e5870d491a6a (diff) | |
download | clang-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.html | 6 |
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> 5.3.1p2-5 Unary &</td>
<td class="complete" align="center">✓</td>
- <td class="basic" align="center"></td>
- <td class="basic" align="center"></td>
+ <td class="complete" align="center">✓</td>
+ <td class="complete" align="center">✓</td>
+ <td></td>
<td></td>
- <td>Member pointers not supported in any way</td>
</tr>
<tr>
<td> 5.3.1p6 Unary +</td>
|