This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 82e00e5 Attempt to make clang-format.py python 3 - compatible. new f1efcdf [coroutines] Add allocation and deallocation substatements. new ae5b8bc [Driver][CUDA][OpenMP] Reimplement tool selection in the driver.
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/AST/StmtCXX.h | 8 + include/clang/Driver/Action.h | 15 ++ lib/CodeGen/CGCoroutine.cpp | 24 +- lib/CodeGen/CGStmt.cpp | 2 + lib/CodeGen/CodeGenFunction.h | 1 + lib/Driver/Driver.cpp | 398 +++++++++++++++++++++++----------- lib/Sema/SemaCoroutine.cpp | 155 ++++++++++++- test/CodeGenCoroutines/coro-alloc.cpp | 114 ++++++++++ 8 files changed, 576 insertions(+), 141 deletions(-) create mode 100644 test/CodeGenCoroutines/coro-alloc.cpp