[libcxx-commits] [PATCH] D109285: [libc++][testing] Suppress new warnings about <experimental/coroutine>

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 4 18:50:33 PDT 2021


Quuxplusone added subscribers: ldionne, Quuxplusone.
Quuxplusone requested changes to this revision.
Quuxplusone added a comment.
This revision now requires changes to proceed.

This looks related to D108696 <https://reviews.llvm.org/D108696>, which is already reverted out of main (thanks @ldionne).
Anyway, surely if we want to give a warning about `<experimental/coroutine>`, we should do it by putting a `#warning` directive in libc++'s `<experimental/coroutine>` itself; there is no reason for the //compiler// to be warning here, is there?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109285/new/

https://reviews.llvm.org/D109285



More information about the libcxx-commits mailing list