GorNishanov closed this revision.
GorNishanov added a comment.
r303605 = b026b234d55d6b9fab849389b2085204f530af5d
https://reviews.llvm.org/D31627
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/
GorNishanov added a comment.
In https://reviews.llvm.org/D31627#761320, @rsmith wrote:
> Does it still make sense for us to have a `UO_Coawait` at all? As I recall,
> the only purpose it ever had was to represent a dependent `co_await`
> expression that couldn't yet be resolved to a `CoawaitExp
rsmith accepted this revision.
rsmith added a comment.
This revision is now accepted and ready to land.
Does it still make sense for us to have a `UO_Coawait` at all? As I recall, the
only purpose it ever had was to represent a dependent `co_await` expression
that couldn't yet be resolved to a `
GorNishanov added a comment.
gentle ping
https://reviews.llvm.org/D31627
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
GorNishanov created this revision.
https://reviews.llvm.org/D31627
Files:
lib/CodeGen/CGCoroutine.cpp
test/CodeGenCoroutines/coro-await.cpp
Index: test/CodeGenCoroutines/coro-await.cpp
===
--- test/CodeGenCoroutines/coro-await.