diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-05-04 07:12:37 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2013-05-04 07:12:37 +0000 |
commit | fa7a7b4f369de6f5a3f21240c1448df4a42f9be7 (patch) | |
tree | 59ebb91da81578b20c9668d87ee54739da4e68e0 /clang | |
parent | 452d6b03318e46baaeffe510a3463f91d508992e (diff) | |
download | bcm5719-llvm-fa7a7b4f369de6f5a3f21240c1448df4a42f9be7.tar.gz bcm5719-llvm-fa7a7b4f369de6f5a3f21240c1448df4a42f9be7.zip |
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.
llvm-svn: 181110
Diffstat (limited to 'clang')
-rw-r--r-- | clang/www/cxx_status.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 6bb6dd5baae..38e84e74c90 100644 --- a/clang/www/cxx_status.html +++ b/clang/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> |