[cfe-dev] Is it the time to mark coroutine status as green in cxx_status page?

chuanqi.xcq via cfe-dev cfe-dev at lists.llvm.org
Mon Dec 13 18:54:50 PST 2021


Hi,

   I noticed that the status of coroutine in cxx_status page is partial previously: https://clang.llvm.org/cxx_status.html.
   This looks weird to me since coroutine is used broadly and stably in practice and I want to mark it as green. So I tried
to move coroutine out of the experimental namespace before and implement the semantics of throwing unhandled_exception()
suggested by Lewis.
   So I sent https://reviews.llvm.org/D115692 to mark coroutine as done. I want to ask if there is any blocking issue to do this?
I would love to try to fix any inconsistency.

Thanks,
Chuanqi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20211214/e5f23132/attachment.html>


More information about the cfe-dev mailing list