[cfe-commits] r85409 - /cfe/trunk/www/cxx_status.html

Fariborz Jahanian fjahanian at apple.com
Wed Oct 28 11:06:57 PDT 2009


Author: fjahanian
Date: Wed Oct 28 13:06:53 2009
New Revision: 85409

URL: http://llvm.org/viewvc/llvm-project?rev=85409&view=rev
Log:
Restored note on pointer to members with a pointer 
to issue involved.

Modified:
    cfe/trunk/www/cxx_status.html

Modified: cfe/trunk/www/cxx_status.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/cxx_status.html?rev=85409&r1=85408&r2=85409&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Oct 28 13:06:53 2009
@@ -731,7 +731,7 @@
   <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>





More information about the cfe-commits mailing list