This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 08d6b47db9 [index] Index the default template parameter values new d13b68220b [coroutines] Build GRO declaration and return GRO statement
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 | 13 +++- include/clang/Basic/DiagnosticSemaKinds.td | 2 + lib/AST/StmtCXX.cpp | 4 +- lib/CodeGen/CGCoroutine.cpp | 6 +- lib/Sema/AnalysisBasedWarnings.cpp | 6 +- lib/Sema/CoroutineStmtBuilder.h | 2 +- lib/Sema/SemaCoroutine.cpp | 118 ++++++++++++++++++++++++----- test/CodeGenCoroutines/coro-alloc.cpp | 14 +++- test/SemaCXX/coroutines.cpp | 72 ++++++++++++++++++ 9 files changed, 208 insertions(+), 29 deletions(-)