[PATCH] D133956: Cuda Check for ignored errors after calling a CUDA kernel

Bartłomiej Cieślar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 16 07:07:06 PDT 2022


barcisz updated this revision to Diff 460743.
barcisz added a comment.
Herald added a subscriber: aheejin.

documentation for the check


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133956/new/

https://reviews.llvm.org/D133956

Files:
  .clang-tidy
  clang-tools-extra/clang-tidy/cuda/CMakeLists.txt
  clang-tools-extra/clang-tidy/cuda/CudaTidyModule.cpp
  clang-tools-extra/clang-tidy/cuda/UnsafeKernelCallCheck.cpp
  clang-tools-extra/clang-tidy/cuda/UnsafeKernelCallCheck.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/cuda/unsafe-kernel-call.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/cuda/cuda_runtime.h
  clang-tools-extra/test/clang-tidy/checkers/cuda/unsafe-kernel-call-function-handler.cu
  clang-tools-extra/test/clang-tidy/checkers/cuda/unsafe-kernel-call-macro-handler.cu
  test.cu

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133956.460743.patch
Type: text/x-patch
Size: 34627 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220916/faf75509/attachment-0001.bin>


More information about the cfe-commits mailing list