EricWF added inline comments.

================
Comment at: test/CodeGenCoroutines/coro-ret-void.cpp:30
+coro1 f2() {
+  co_return(void) A{};
+}
----------------
rsmith wrote:
> This seems like an extremely confusing way to format this statement. Maybe 
> move the space left a bit?
Urg. `git clang-format` strikes again. I'm working on a patch to teach 
`clang-format` about coroutines. This is just more motivation :-)

I'll fix the formatting before committing. 


https://reviews.llvm.org/D36070



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
  • [PATCH] D36070: [... Eric Fiselier via Phabricator via cfe-commits
    • [PATCH] D360... Gor Nishanov via Phabricator via cfe-commits
    • [PATCH] D360... Richard Smith - zygoloid via Phabricator via cfe-commits
    • [PATCH] D360... Eric Fiselier via Phabricator via cfe-commits

Reply via email to