[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
Mon Aug 7 12:28:50 PDT 2023
ldionne updated this revision to Diff 547912.
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/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/libcxx/test/features.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145086.547912.patch
Type: text/x-patch
Size: 16235 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230807/22dae779/attachment-0001.bin>
More information about the libcxx-commits
mailing list