Author: hans Date: Tue Aug 22 10:41:05 2017 New Revision: 311475 URL: http://llvm.org/viewvc/llvm-project?rev=311475&view=rev Log: ReleaseNotes: coroutines update from Gor
Modified: cfe/branches/release_50/docs/ReleaseNotes.rst Modified: cfe/branches/release_50/docs/ReleaseNotes.rst URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_50/docs/ReleaseNotes.rst?rev=311475&r1=311474&r2=311475&view=diff ============================================================================== --- cfe/branches/release_50/docs/ReleaseNotes.rst (original) +++ cfe/branches/release_50/docs/ReleaseNotes.rst Tue Aug 22 10:41:05 2017 @@ -49,6 +49,15 @@ Major New Features - ... +C++ coroutines +^^^^^^^^^^^^^^ +`C++ coroutines TS +<http://open-std.org/jtc1/sc22/wg21/docs/papers/2017/n4680.pdf>`_ +implementation has landed. Use ``-fcoroutines-ts -stdlib=libc++`` to enable +coroutine support. Here is `an example +<https://wandbox.org/permlink/Dth1IO5q8Oe31ew2>`_ to get you started. + + Improvements to Clang's diagnostics ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits