From: Fariborz Jahanian Date: Wed, 28 Oct 2009 18:06:53 +0000 (+0000) Subject: Restored note on pointer to members with a pointer X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a662e0528701deab69d5d92d86c3bf92e22463d1;p=clang 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 --- 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!

- + Dereferenced member function pointers have the wrong type(see FIXME in CheckPointerToMemberOperands).