This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 05f9770 [CUDA][OpenMP] Add a generic offload action builder new 3269fd7 [CUDA] Add missing comment on Sema::CheckCUDAVLA. new ebda718 [CUDA] Handle attributes on CUDA lambdas appearing between [. [...] new 39766c5 [CUDA] Make lambdas inherit __host__ and __device__ attribute [...]
The 3 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 | 11 ++++ lib/Parse/ParseExprCXX.cpp | 19 ++++--- lib/Sema/SemaCUDA.cpp | 19 +++++++ lib/Sema/SemaLambda.cpp | 7 ++- test/Parser/lambda-attr.cu | 33 ++++++++++++ test/SemaCUDA/implicit-device-lambda-hd.cu | 27 ++++++++++ test/SemaCUDA/implicit-device-lambda.cu | 86 ++++++++++++++++++++++++++++++ 7 files changed, 194 insertions(+), 8 deletions(-) create mode 100644 test/Parser/lambda-attr.cu create mode 100644 test/SemaCUDA/implicit-device-lambda-hd.cu create mode 100644 test/SemaCUDA/implicit-device-lambda.cu