]> granicus.if.org Git - clang/commitdiff
Tweaks to C++ status: add a link to Faisal's generic lambdas implementation,
authorRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 4 May 2013 07:12:37 +0000 (07:12 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Sat, 4 May 2013 07:12:37 +0000 (07:12 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181110 91177308-0d34-0410-b5e6-96231b3b80d8

www/cxx_status.html

index 6bb6dd5baaefcfc6706d2443c7da446050877e31..38e84e74c90f800a6d9befbce84f037d0136e48b 100644 (file)
@@ -427,7 +427,7 @@ ISO/IEC JTC1/SC22/WG21 post-Bristol mailing ships.</p>
     </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 mailing ships.</p>
     <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 mailing ships.</p>
     <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>