This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b28d2ee4c9 For Microsoft compatibility, set fno_operator_names new 61d1d59b04 [coroutines] Add support for coroutines with non-scalar parameters
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: lib/CodeGen/CGCoroutine.cpp | 91 +++++++++++++++++++++++++++++--- lib/Sema/SemaCoroutine.cpp | 62 +++++++++++++++++++++- test/CodeGenCoroutines/coro-params.cpp | 95 ++++++++++++++++++++++++++++++++++ 3 files changed, 241 insertions(+), 7 deletions(-) create mode 100644 test/CodeGenCoroutines/coro-params.cpp