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

Carlos Galvez via cfe-commits cfe-commits at lists.llvm.org
Sat Dec 27 11:01:07 PST 2025


================
@@ -0,0 +1,16 @@
+// RUN: clang-tidy %s -checks='-*,modernize-use-nullptr' -- \
----------------
carlosgalvezp wrote:

It should be possible to use `check_clang_tidy` I think. We'll need that to work if we add cuda-specific checks in the future.

It probably needs some update to consider .cu extensions the same as .cpp extensions.

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


More information about the cfe-commits mailing list