rsmith accepted this revision. rsmith added inline comments.
================ Comment at: test/CodeGenCoroutines/coro-ret-void.cpp:30 +coro1 f2() { + co_return(void) A{}; +} ---------------- This seems like an extremely confusing way to format this statement. Maybe move the space left a bit? https://reviews.llvm.org/D36070 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits