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