diff options
author | Gor Nishanov <GorNishanov@gmail.com> | 2017-05-27 22:54:52 +0000 |
---|---|---|
committer | Gor Nishanov <GorNishanov@gmail.com> | 2017-05-27 22:54:52 +0000 |
commit | b5543e5b321f73086caed75a2eb9ef013d798d13 (patch) | |
tree | 37cbd23f79c7577127d697008c1dd095a24e2af8 | |
parent | 7b91deb68dd9880dc42d7393d1bb20c54409c5fd (diff) | |
download | bcm5719-llvm-b5543e5b321f73086caed75a2eb9ef013d798d13.tar.gz bcm5719-llvm-b5543e5b321f73086caed75a2eb9ef013d798d13.zip |
[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
llvm-svn: 304081
-rw-r--r-- | clang/www/cxx_status.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/clang/www/cxx_status.html b/clang/www/cxx_status.html index 1b207e56350..cf768a49afa 100644 --- a/clang/www/cxx_status.html +++ b/clang/www/cxx_status.html @@ -831,9 +831,9 @@ and library features that are not part of standard C++.</p> </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> |