Previously Clang incorrectly ignored the expression of a void co_return. This patch addresses that bug.
I'm not quite sure if I got the code-gen right, but this patch is at least a start.
Differential D36070
[coroutines] Evaluate the operand of void `co_return` expressions. EricWF on Jul 30 2017, 7:40 PM. Authored by
Details Previously Clang incorrectly ignored the expression of a void co_return. This patch addresses that bug. I'm not quite sure if I got the code-gen right, but this patch is at least a start.
Diff Detail Event Timeline
|
This seems like an extremely confusing way to format this statement. Maybe move the space left a bit?