This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 98a017e Revert r294910 and recommit r294861 and r294862 with a target [...] new 40b4742 [coroutines] NFC: Refactor Sema::CoroutineBodyStmt construction.
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 | 85 ++++++++++----- include/clang/Sema/ScopeInfo.h | 2 +- lib/AST/StmtCXX.cpp | 25 +++++ lib/Sema/SemaCoroutine.cpp | 237 +++++++++++++++++++++++++++-------------- test/SemaCXX/coroutines.cpp | 2 +- 5 files changed, 242 insertions(+), 109 deletions(-)