This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f6b72d4 [coroutines] Improve diagnostics when building implicit constructs. new 603fc45 [coroutines] Add DependentCoawaitExpr and fix re-building Cor [...]
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/ExprCXX.h | 59 +++- include/clang/AST/RecursiveASTVisitor.h | 6 + include/clang/AST/Stmt.h | 12 + include/clang/AST/StmtCXX.h | 22 +- include/clang/Basic/DiagnosticSemaKinds.td | 8 +- include/clang/Basic/StmtNodes.td | 1 + include/clang/Sema/ScopeInfo.h | 28 +- include/clang/Sema/Sema.h | 15 +- lib/AST/Expr.cpp | 1 + lib/AST/ExprClassification.cpp | 1 + lib/AST/ExprConstant.cpp | 1 + lib/AST/ItaniumMangle.cpp | 6 + lib/AST/StmtPrinter.cpp | 7 + lib/AST/StmtProfile.cpp | 4 + lib/Parse/ParseStmt.cpp | 2 +- lib/Sema/ScopeInfo.cpp | 3 + lib/Sema/SemaCoroutine.cpp | 533 +++++++++++++++++------------ lib/Sema/SemaDecl.cpp | 2 +- lib/Sema/SemaExceptionSpec.cpp | 1 + lib/Sema/TreeTransform.h | 137 +++++++- lib/Serialization/ASTReaderStmt.cpp | 5 + lib/Serialization/ASTWriterStmt.cpp | 5 + lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 + test/SemaCXX/coroutines.cpp | 159 ++++++++- tools/libclang/CXCursor.cpp | 1 + 25 files changed, 776 insertions(+), 244 deletions(-)