aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2013-05-04 07:12:37 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2013-05-04 07:12:37 +0000
commite96515ad88309260db10cc0cdd2d3e33deab7d31 (patch)
tree6bd0ed43686edaa736ce7973c041b3e89cce4aeb
parentfe59635a54e19c3c3abe68784e432171e1bebdd6 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@181110 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--www/cxx_status.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/cxx_status.html b/www/cxx_status.html
index 6bb6dd5baa..38e84e74c9 100644
--- a/www/cxx_status.html
+++ b/www/cxx_status.html
@@ -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>