This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 7311b27 DR1330: instantiate exception-specifications when "needed". W [...] new f210037 [CUDA] Rework tests now that we emit deferred diagnostics dur [...]
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: test/PCH/pragma-cuda-force-host-device.cu | 2 +- test/Parser/cuda-force-host-device-templates.cu | 5 ++-- test/SemaCUDA/device-var-init.cu | 12 ++++++++ test/SemaCUDA/exceptions-host-device.cu | 38 ------------------------- test/SemaCUDA/exceptions.cu | 31 ++++++++++++++++++++ test/SemaCUDA/function-overload-hd.cu | 31 -------------------- test/SemaCUDA/function-overload.cu | 10 +++++++ test/SemaCUDA/implicit-device-lambda-hd.cu | 27 ------------------ test/SemaCUDA/implicit-device-lambda.cu | 20 +++++++++++++ test/SemaCUDA/static-vars-hd.cu | 20 ------------- test/SemaCUDA/vla-host-device.cu | 21 -------------- test/SemaCUDA/vla.cu | 13 +++++++++ 12 files changed, 89 insertions(+), 141 deletions(-) delete mode 100644 test/SemaCUDA/exceptions-host-device.cu delete mode 100644 test/SemaCUDA/function-overload-hd.cu delete mode 100644 test/SemaCUDA/implicit-device-lambda-hd.cu delete mode 100644 test/SemaCUDA/static-vars-hd.cu delete mode 100644 test/SemaCUDA/vla-host-device.cu