[PATCH] D24975: [CUDA] Add #pragma clang force_cuda_host_device_{begin, end} pragmas.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 8 15:25:04 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL283677: [CUDA] Add #pragma clang force_cuda_host_device_{begin,end} pragmas. (authored by jlebar).

Changed prior to commit:
  https://reviews.llvm.org/D24975?vs=72734&id=74051#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24975

Files:
  cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
  cfe/trunk/include/clang/Parse/Parser.h
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/include/clang/Serialization/ASTBitCodes.h
  cfe/trunk/include/clang/Serialization/ASTReader.h
  cfe/trunk/include/clang/Serialization/ASTWriter.h
  cfe/trunk/lib/Parse/ParsePragma.cpp
  cfe/trunk/lib/Sema/SemaCUDA.cpp
  cfe/trunk/lib/Serialization/ASTReader.cpp
  cfe/trunk/lib/Serialization/ASTWriter.cpp
  cfe/trunk/test/PCH/pragma-cuda-force-host-device.cu
  cfe/trunk/test/Parser/cuda-force-host-device-templates.cu
  cfe/trunk/test/Parser/cuda-force-host-device.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24975.74051.patch
Type: text/x-patch
Size: 14233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161008/58cdb512/attachment-0001.bin>


More information about the cfe-commits mailing list