[all-commits] [llvm/llvm-project] f3f016: [libcxx tests] Clang is more strict now about coro...
David Zarzycki via All-commits
all-commits at lists.llvm.org
Tue Jun 23 03:52:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f3f016dbaa0db9ae0f6706ccc6dee26770ac4d33
https://github.com/llvm/llvm-project/commit/f3f016dbaa0db9ae0f6706ccc6dee26770ac4d33
Author: David Zarzycki <dave at znu.io>
Date: 2020-06-23 (Tue, 23 Jun 2020)
Changed paths:
M libcxx/test/libcxx/experimental/language.support/support.coroutines/dialect_support.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/coroutine.handle/coroutine.handle.prom/promise.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/await_result.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/bool_await_suspend.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/fullexpr-dtor.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/generator.pass.cpp
M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/go.pass.cpp
M libcxx/test/support/coroutine_types.h
Log Message:
-----------
[libcxx tests] Clang is more strict now about coroutines
As of 516803dc8685ebcc5bce38b05391958ffee22643, clang is now more
strictly enforcing the coroutine specification.
See: https://reviews.llvm.org/D82029
More information about the All-commits
mailing list