r304081 - [coroutines] Mark cxx_status.html of Coroutines TS as (SVN)

Richard Smith via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 19 15:58:06 PDT 2017


I don't think we're quite done yet: we still seem to be missing
serialization / deserialization support for coroutines.

On 27 May 2017 at 15:54, Gor Nishanov via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: gornishanov
> Date: Sat May 27 17:54:52 2017
> New Revision: 304081
>
> URL: http://llvm.org/viewvc/llvm-project?rev=304081&view=rev
> Log:
> [coroutines] Mark cxx_status.html of Coroutines TS as (SVN)
>
> Summary: It is time!
>
> Reviewers: GorNishanov, rsmith
>
> Reviewed By: GorNishanov, rsmith
>
> Subscribers: EricWF, rsmith, cfe-commits
>
> Differential Revision: https://reviews.llvm.org/D33624
>
> 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=304081&r1=304080&r2=304081&view=diff
> ============================================================
> ==================
> --- cfe/trunk/www/cxx_status.html (original)
> +++ cfe/trunk/www/cxx_status.html Sat May 27 17:54:52 2017
> @@ -831,9 +831,9 @@ and library features that are not part o
>      </tr>
>      <tr>
>        <td>[DRAFT TS] Coroutines</td>
> -      <td><a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/
> 2016/p0057r7.pdf">P0057R7</a></td>
> -      <td></td>
> -      <td class="none" align="center">WIP</td>
> +      <td><a href="https://isocpp.org/files/papers/N4663.pdf">N4663<
> /a></td>
> +      <td><tt>-fcoroutines-ts<br>-stdlib=libc++</tt></td>
> +      <td class="svn" align="center">SVN</td>
>      </tr>
>      <tr>
>        <td>[TS] Library Fundamentals, Version 1 (invocation type
> traits)</td>
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170619/0a0a5223/attachment-0001.html>


More information about the cfe-commits mailing list