This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 704a0db8d Fix coroutine test failures caused by API misusages. new 53d1985f2 [coroutines] Make coroutine_handle<T>::from_address ill-forme [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/experimental/coroutine | 28 ++++++++++++- .../coroutine.handle.export/from_address.fail.cpp | 46 ++++++++++++++++++++++ .../support.coroutines/lit.local.cfg | 9 +++++ 3 files changed, 81 insertions(+), 2 deletions(-) create mode 100644 test/std/experimental/language.support/support.coroutines/corou [...] create mode 100644 test/std/experimental/language.support/support.coroutines/lit.l [...]