================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
