In https://github.com/llvm/llvm-project/issues/151467, found out that `run-clang-tidy` and `clang-tidy-diff` scripts are located in different folders in windows. We should place both scripts in `bin` dir IMO. Relevant code: https://github.com/llvm/llvm-project/blob/740758a5fd87e8f6944589b85dbe3bc7ac22d140/clang-tools-extra/clang-tidy/tool/CMakeLists.txt#L65-L71 Issue somewhat related to https://github.com/llvm/llvm-project/issues/90772