]> granicus.if.org Git - clang/commit
[CUDA] Move device placement new definitions into a wrapper header.
authorJustin Lebar <jlebar@google.com>
Wed, 26 Oct 2016 22:13:26 +0000 (22:13 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 26 Oct 2016 22:13:26 +0000 (22:13 +0000)
commit06f550b3c36b51bbc114fc5b51cbafe04795962d
treeed835125fd018d46376cbcdb19696752e7b4ed74
parent544f03b560c821b57f542a877cd5873a3ff6e3b7
[CUDA] Move device placement new definitions into a wrapper header.

Previously, these were always included -- after this change, you have to
 #include <new>, which is consistent with how things ought to work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@285251 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Headers/CMakeLists.txt
lib/Headers/__clang_cuda_runtime_wrapper.h
lib/Headers/cuda_wrappers/new [new file with mode: 0644]