This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from fc62308da4 [CUDA][Windows] Partial fix for bug 38811 (Step 2 of 3) new ca894734be [coroutines][PR40978] Emit error for co_yield within catch block
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/clang/Basic/DiagnosticSemaKinds.td | 2 + include/clang/Sema/Scope.h | 3 ++ lib/Parse/ParseStmt.cpp | 8 ++-- lib/Sema/Scope.cpp | 4 +- lib/Sema/SemaCoroutine.cpp | 64 +++++++++++++++++++++++------- test/SemaCXX/coroutines.cpp | 63 ++++++++++++++++++++++++++--- 6 files changed, 119 insertions(+), 25 deletions(-)