[PATCH] D25349: [coroutines] Build fallthrough and set_exception statements.

Eric Fiselier via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 16:19:22 PDT 2016


EricWF added inline comments.


> GorNishanov wrote in coreturn.cpp:36
> No need to hve yield_value here, unless you want to use co_yield expression in the coroutine. In this file, we are using co_await only.  (Same comment for promise_float and promise_int)

Ack. I'll add them back if I need them.

https://reviews.llvm.org/D25349





More information about the cfe-commits mailing list