[clang-tools-extra] [clang-tidy] Add documentation and smoke test for CUDA (PR #173699)

via cfe-commits cfe-commits at lists.llvm.org
Sun Dec 28 02:15:02 PST 2025


================
@@ -0,0 +1,16 @@
+// RUN: clang-tidy %s -checks='-*,modernize-use-nullptr' -- \
+// RUN:   --cuda-path=%S/Inputs/CUDA \
+// RUN:   -nocudalib -nocudainc -I %S/Inputs/CUDA \
+// RUN:   --cuda-host-only | FileCheck %s
+// RUN: clang-tidy %s -checks='-*,modernize-use-nullptr' -- \
----------------
zeyi2 wrote:

I opened #173762 to solve this, after this PR gets merged, the CI here will pass as expected.

https://github.com/llvm/llvm-project/pull/173699


More information about the cfe-commits mailing list