Implement the rest of C++ [over.call.object], which permits the object
being called to be converted to a reference-to-function,
pointer-to-function, or reference-to-pointer-to-function. This is done
through "surrogate" candidate functions that model the conversions
from the object to the function (reference/pointer) and the
conversions in the arguments.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59674 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 01f29b6..59f8c72 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -818,10 +818,10 @@
 <tr>

   <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.3.1.1.2 [over.call.object]</td>

   <td class="complete" align="center">&#x2713;</td>  

+  <td class="medium" align="center"></td>

   <td class="advanced" align="center"></td>

-  <td class="basic" align="center"></td>

   <td class="broken" align="center"></td>  

-  <td></td>

+  <td>Missing AST representation for the implicit conversion to a function reference/pointer</td>

 </tr>

 <tr>

   <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;13.3.1.2 [over.match.oper]</td>