[PATCH] D25704: [CUDA] When we emit an error that might have been deferred, also print a callstack.

Justin Lebar via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 19 14:24:23 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL284647: [CUDA] When we emit an error that might have been deferred, also print a… (authored by jlebar).

Changed prior to commit:
  https://reviews.llvm.org/D25704?vs=75178&id=75226#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D25704

Files:
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/include/clang/Sema/Sema.h
  cfe/trunk/lib/Sema/SemaCUDA.cpp
  cfe/trunk/test/SemaCUDA/bad-calls-on-same-line.cu
  cfe/trunk/test/SemaCUDA/call-device-fn-from-host.cu
  cfe/trunk/test/SemaCUDA/call-host-fn-from-device.cu
  cfe/trunk/test/SemaCUDA/call-stack-for-deferred-err.cu
  cfe/trunk/test/SemaCUDA/exceptions.cu
  cfe/trunk/test/SemaCUDA/no-call-stack-for-immediate-errs.cu
  cfe/trunk/test/SemaCUDA/trace-through-global.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25704.75226.patch
Type: text/x-patch
Size: 21175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161019/96f2d962/attachment-0001.bin>


More information about the cfe-commits mailing list