[PATCH] D156247: [Clang] Add a warning on uses of coroutine keywords
James Y Knight via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 28 14:50:26 PDT 2023
jyknight added a comment.
As I posted on the RFC thread, I think we have a viable alternative solution to address the original motiving use-case.
One might potentially still make a case for implementing the `-fno-coroutines` flag for GCC compatibility, but given the concerns raised -- and that the use-case is gone -- it may be better to leave it unimplemented.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156247/new/
https://reviews.llvm.org/D156247
More information about the cfe-commits
mailing list