This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 59a0553fd2 [clang-format] Remove unused using directive, NFC new a7e2c9183f [coroutines] [NFC] Add tests for return_void, unhandled_exce [...]
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: test/CodeGenCoroutines/Inputs/coroutine.h | 80 ++++++++++++++++++++++ test/CodeGenCoroutines/coro-promise-dtor.cpp | 47 +++++++++++++ test/CodeGenCoroutines/coro-ret-void.cpp | 39 +++++++++++ .../CodeGenCoroutines/coro-unhandled-exception.cpp | 72 +++++++++++++++++++ 4 files changed, 238 insertions(+) create mode 100644 test/CodeGenCoroutines/Inputs/coroutine.h create mode 100644 test/CodeGenCoroutines/coro-promise-dtor.cpp create mode 100644 test/CodeGenCoroutines/coro-ret-void.cpp create mode 100644 test/CodeGenCoroutines/coro-unhandled-exception.cpp