This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8d45096 Add [[clang::suppress(rule, ...)]] attribute new 0bccfd9 [coroutines] Handle get_return_object_on_allocation_failure
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/AST/StmtCXX.h | 5 +++ include/clang/Basic/DiagnosticSemaKinds.td | 2 + lib/AST/StmtCXX.cpp | 2 + lib/CodeGen/CGCoroutine.cpp | 19 ++++++++- lib/Sema/SemaCoroutine.cpp | 68 ++++++++++++++++++++++++++++-- test/CodeGenCoroutines/coro-alloc.cpp | 33 +++++++++++++-- test/SemaCXX/coroutines.cpp | 18 ++++++++ 7 files changed, 140 insertions(+), 7 deletions(-)