[libcxx-commits] [PATCH] D145086: [libc++] Assume that coroutines are available in C++20

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 1 12:23:10 PST 2023


ldionne updated this revision to Diff 501630.
ldionne added a comment.

Rebase


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145086

Files:
  libcxx/docs/DesignDocs/ExperimentalFeatures.rst
  libcxx/test/libcxx/assertions/headers_declare_verbose_abort.sh.cpp
  libcxx/test/libcxx/clang_tidy.sh.cpp
  libcxx/test/libcxx/double_include.sh.cpp
  libcxx/test/libcxx/min_max_macros.compile.pass.cpp
  libcxx/test/libcxx/modules_include.sh.cpp
  libcxx/test/libcxx/nasty_macros.compile.pass.cpp
  libcxx/test/libcxx/no_assert_include.compile.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.capacity/operator_bool.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/equal_comp.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.compare/less_comp.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.completion/done.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/assign.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.con/construct.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/address.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.export/from_address.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.hash/hash.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.noop/noop_coroutine.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/destroy.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/coroutine.handle.resumption/resume.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.handle/void_handle.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.traits/promise_type.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_always.pass.cpp
  libcxx/test/std/language.support/support.coroutines/coroutine.trivial.awaitables/suspend_never.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/await_result.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/expected.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/generator.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/go.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/multishot_func.pass.cpp
  libcxx/test/std/language.support/support.coroutines/end.to.end/oneshot_func.pass.cpp
  libcxx/utils/generate_header_tests.py
  libcxx/utils/libcxx/test/features.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145086.501630.patch
Type: text/x-patch
Size: 21454 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230301/daa3ee8c/attachment-0001.bin>


More information about the libcxx-commits mailing list