This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ff19b51 _CALL_LINUX is only defined on 64-bit ppc linux platforms, no [...] new bcaf7f2 [coroutines] Add codegen for await and yield expressions
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 | 165 ++++++++++++++++++++++-- lib/CodeGen/CGExprAgg.cpp | 7 ++ lib/CodeGen/CGExprComplex.cpp | 10 ++ lib/CodeGen/CGExprScalar.cpp | 9 ++ lib/CodeGen/CodeGenFunction.h | 8 +- test/CodeGenCoroutines/coro-await.cpp | 230 ++++++++++++++++++++++++++++++++++ 6 files changed, 420 insertions(+), 9 deletions(-) create mode 100644 test/CodeGenCoroutines/coro-await.cpp