[PATCH] D156247: [Clang] Add a warning on uses of coroutine keywords

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 25 09:28:46 PDT 2023


cor3ntin added a comment.

We usually reserve these warnings for feature backported to older c++ standards, and I'm not sure "you are using a standard feature" is in general a useful warning.
however, if there are important unresolved issues, why did we set `__cpp_impl_coroutine` ?


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