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

Anders Carlsson andersca at mac.com
Wed Jun 24 15:10:22 PDT 2009


Author: andersca
Date: Wed Jun 24 17:10:19 2009
New Revision: 74127

URL: http://llvm.org/viewvc/llvm-project?rev=74127&view=rev
Log:
We now support decltype (as far as I know :)

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=74127&r1=74126&r2=74127&view=diff

==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Wed Jun 24 17:10:19 2009
@@ -2320,6 +2320,14 @@
   <td class="na">N/A</td>
   <td></td>
 </tr>
+<tr>
+  <td>Decltype (<a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2007/n2343.pdf">N2343</a>)</td>
+  <td class="complete" align="center">&#x2713;</td>
+  <td class="complete" align="center">&#x2713;</td>
+  <td class="complete" align="center">&#x2713;</td>
+  <td class="na">N/A</td>
+  <td></td>
+</tr>
 </table>
 <br />
 </div>





More information about the cfe-commits mailing list