We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a979eb commit de8d5f5Copy full SHA for de8d5f5
build-support/run_clang_tidy.sh
@@ -29,6 +29,6 @@ rm -f files.txt
29
for FILE in $FILES; do
30
echo $FILE >> files.txt
31
done
32
-# On macOS, run-clang-tidy from llvm@17 requires python as the env, so we cannot run it directly
+# run-clang-tidy from older version of LLVM requires python but not python3 as the env, so we cannot run it directly
33
SCRIPT=$(which run-clang-tidy)
34
python3 $SCRIPT -p build -j $(nproc) $(cat files.txt)
0 commit comments