This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8076860 Fix the build with MSVC 2013 after r283856 new 029a5ad [CUDA] Re-land support for <complex> (r283683 and r283680).
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: lib/Driver/ToolChains.cpp | 9 ++ lib/Headers/CMakeLists.txt | 14 +- lib/Headers/__clang_cuda_complex_builtins.h | 203 ++++++++++++++++++++++++++++ lib/Headers/__clang_cuda_runtime_wrapper.h | 1 + lib/Headers/cuda_wrappers/algorithm | 96 +++++++++++++ lib/Headers/cuda_wrappers/complex | 79 +++++++++++ 6 files changed, 401 insertions(+), 1 deletion(-) create mode 100644 lib/Headers/__clang_cuda_complex_builtins.h create mode 100644 lib/Headers/cuda_wrappers/algorithm create mode 100644 lib/Headers/cuda_wrappers/complex