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

Kent Ross via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Sep 4 18:26:53 PDT 2021


mumbleskates created this revision.
mumbleskates added a reviewer: cjdb.
Herald added subscribers: ChuanqiXu, lxfind.
mumbleskates requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

CI is currently failing with new builds of clang due to a warning that std::experimental::coroutine_traits is deprecated, but libc++ does not have <coroutine> yet.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D109285

Files:
  libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
  libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109285.370777.patch
Type: text/x-patch
Size: 6155 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210905/dc49a8be/attachment.bin>


More information about the libcxx-commits mailing list