[PATCH] D25139: [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIfDeviceCode().

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 4 16:17:30 PDT 2016


jlebar updated this revision to Diff 73576.
jlebar marked an inline comment as done.
jlebar added a comment.

Rebase atop https://reviews.llvm.org/D25260, which obviates the need for this
ugly PD allocation dance.


https://reviews.llvm.org/D25139

Files:
  clang/include/clang/Basic/DiagnosticSemaKinds.td
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaCUDA.cpp
  clang/lib/Sema/SemaExprCXX.cpp
  clang/lib/Sema/SemaStmt.cpp
  clang/lib/Sema/SemaType.cpp
  clang/test/SemaCUDA/exceptions-host-device.cu
  clang/test/SemaCUDA/exceptions.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25139.73576.patch
Type: text/x-patch
Size: 19059 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161004/b1840ea3/attachment-0001.bin>


More information about the cfe-commits mailing list