This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 31e0032 [TargetInfo] Use llvm::alignOf() instead of rewriting it. NFCI. new e81416c [coroutines] Fix rebuilding of implicit and dependent corouti [...]
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 | 4 ++ lib/AST/StmtCXX.cpp | 2 +- lib/Sema/CoroutineStmtBuilder.h | 70 ++++++++++++++++++++++ lib/Sema/SemaCoroutine.cpp | 128 +++++++++++++++++++--------------------- lib/Sema/TreeTransform.h | 95 +++++++++++++++-------------- test/SemaCXX/coroutines.cpp | 48 ++++++++++++++- 6 files changed, 232 insertions(+), 115 deletions(-) create mode 100644 lib/Sema/CoroutineStmtBuilder.h