diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-28 18:06:53 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2009-10-28 18:06:53 +0000 |
commit | a662e0528701deab69d5d92d86c3bf92e22463d1 (patch) | |
tree | 4e218283b0eee6d34c1540afdce13730dabaf283 | |
parent | eb99b0189710d996216df7d485f11939e9f1c842 (diff) |
Restored note on pointer to members with a pointer
to issue involved.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85409 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | www/cxx_status.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html index 7cf0ec75d1..f71ecbdd92 100644 --- a/www/cxx_status.html +++ b/www/cxx_status.html @@ -731,7 +731,7 @@ welcome!</p> <td class="complete" align="center"></td> <td class="advanced"></td> <td class="advanced"></td> - <td></td> + <td>Dereferenced member function pointers have the wrong type(see FIXME in CheckPointerToMemberOperands).</td> <td></td> </tr> <tr> |