This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9455bc7 [Coroutines] Add proper mangling for operator co_await for Mi [...] new 6d0bdd7 [CUDA] Disallow exceptions in device code. new e5804c1 [CUDA] Disallow variable-length arrays in CUDA device code.
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/Basic/DiagnosticSemaKinds.td | 7 +++++ include/clang/Sema/Sema.h | 12 ++++++++ lib/Sema/SemaCUDA.cpp | 44 ++++++++++++++++++++++++++++++ lib/Sema/SemaExprCXX.cpp | 4 +++ lib/Sema/SemaStmt.cpp | 4 +++ lib/Sema/SemaType.cpp | 4 +++ test/SemaCUDA/exceptions-host-device.cu | 38 ++++++++++++++++++++++++++ test/SemaCUDA/exceptions.cu | 21 ++++++++++++++ test/SemaCUDA/vla-host-device.cu | 21 ++++++++++++++ test/SemaCUDA/vla.cu | 12 ++++++++ 10 files changed, 167 insertions(+) create mode 100644 test/SemaCUDA/exceptions-host-device.cu create mode 100644 test/SemaCUDA/exceptions.cu create mode 100644 test/SemaCUDA/vla-host-device.cu create mode 100644 test/SemaCUDA/vla.cu