This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 3e9def3789 [ODRHash] Hash Template and TemplateExpansion in TemplateArgument. new 21d1164a5d [ODRHash] Remove debugging code from r305361 new 49b5e3a424 [coroutines] Fix co_await for range statement
The 2 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/Sema/Sema.h | 2 + lib/AST/ODRHash.cpp | 1 - lib/Sema/SemaCoroutine.cpp | 35 ++++---- lib/Sema/SemaStmt.cpp | 52 +++++++----- test/SemaCXX/co_await-range-for.cpp | 165 ++++++++++++++++++++++++++++++++++++ 5 files changed, 217 insertions(+), 38 deletions(-) create mode 100644 test/SemaCXX/co_await-range-for.cpp