r181110 - Tweaks to C++ status: add a link to Faisal's generic lambdas implementation,

Richard Smith richard-llvm at metafoo.co.uk
Sat May 4 00:12:37 PDT 2013


Author: rsmith
Date: Sat May  4 02:12:37 2013
New Revision: 181110

URL: http://llvm.org/viewvc/llvm-project?rev=181110&view=rev
Log:
Tweaks to C++ status: add a link to Faisal's generic lambdas implementation,
and mark "clarifying memory allocation" as done, since it turns out that our
optimizations here (such as they are) already conform to the new rules.

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=181110&r1=181109&r2=181110&view=diff
==============================================================================
--- cfe/trunk/www/cxx_status.html (original)
+++ cfe/trunk/www/cxx_status.html Sat May  4 02:12:37 2013
@@ -427,7 +427,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mail
     </tr>
     <tr>
       <td>decltype(auto)</td>
-      <td rowspan=2><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td>
+      <td rowspan=2 style="vertical-align:middle"><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3638.html">N3638</a></td>
       <td class="svn" align="center">SVN</td>
     </tr>
     <tr>
@@ -447,7 +447,8 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mail
     <tr>
       <td>Generic lambdas</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3649.html">N3649</a></td>
-      <td class="none" align="center">No</td>
+      <td class="partial" align="center">
+        No [<a href="https://github.com/faisalv/clang-glambda">WIP</a>]</td>
     </tr>
     <tr>
       <td>Variable templates</td>
@@ -467,7 +468,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mail
     <tr>
       <td>Clarifying memory allocation</td>
       <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3664.html">N3664</a></td>
-      <td class="partial" align="center">Partial</td>
+      <td class="full" align="center">Yes</td>
     </tr>
 </table>
 





More information about the cfe-commits mailing list