This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d5b5a8fae5 LexerTest memory leak fix- new e512155cf6 [coroutines] Allow co_await and co_yield expressions that re [...]
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/AST/ExprClassification.cpp | 4 +-- lib/CodeGen/CGCoroutine.cpp | 53 +++++++++++++++++++++++++++++++---- lib/CodeGen/CGExpr.cpp | 5 ++++ lib/CodeGen/CodeGenFunction.h | 2 ++ test/CodeGenCoroutines/coro-await.cpp | 50 ++++++++++++++++++++++++++++++++- 5 files changed, 106 insertions(+), 8 deletions(-)