This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ecac99cbb4 Give files from #line the characteristics of the current file new a882e8619f [coroutines] Wrap the body of the coroutine in try-catch
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 + lib/CodeGen/CGCoroutine.cpp | 23 +++++++++++- lib/Sema/SemaCoroutine.cpp | 9 +++++ test/CodeGenCoroutines/coro-cleanup.cpp | 59 +++++++++++++++++++++--------- test/CodeGenCoroutines/coro-eh-cleanup.cpp | 16 +++++++- test/SemaCXX/coroutine-seh.cpp | 37 +++++++++++++++++++ 6 files changed, 125 insertions(+), 21 deletions(-) create mode 100644 test/SemaCXX/coroutine-seh.cpp