[PATCH] D23242: [CUDA] Raise an error if a wrong-side call is codegen'ed.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 9 11:13:51 PDT 2016


jlebar updated this revision to Diff 67378.
jlebar added a comment.

Address review comments.

Also swap the two tests -- I had the wrong names on them.


https://reviews.llvm.org/D23242

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaCUDA.cpp
  clang/lib/Sema/SemaDeclCXX.cpp
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/test/CodeGenCUDA/host-device-calls-host.cu
  clang/test/SemaCUDA/Inputs/cuda.h
  clang/test/SemaCUDA/call-device-fn-from-host.cu
  clang/test/SemaCUDA/call-host-fn-from-device.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23242.67378.patch
Type: text/x-patch
Size: 22619 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160809/524a590e/attachment-0001.bin>


More information about the cfe-commits mailing list