[all-commits] [llvm/llvm-project] e5ec49: [libc++] Assume that coroutines are available in C...

Louis Dionne via All-commits all-commits at lists.llvm.org
Tue Aug 8 11:06:44 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e5ec498fc54ba9fa0b7b1760ab8783ae47b61249
      https://github.com/llvm/llvm-project/commit/e5ec498fc54ba9fa0b7b1760ab8783ae47b61249
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-08-08 (Tue, 08 Aug 2023)

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

  Log Message:
  -----------
  [libc++] Assume that coroutines are available in C++20

All supported compilers have support for coroutines in C++20 now.

Differential Revision: https://reviews.llvm.org/D145086




More information about the All-commits mailing list