Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deduplicate clang-tidy file names to check. (#17149)
Unified builds may compile the same file several times, which results in slower clang-tidy (specifically darwin runs everything twice: once for gcc_x64 and once for standalone). Even though arguments may be different, this should not have a significant enough impact on tidy results. If we want to run with specific arguments, we can run on a more focused compile database or update the script to allow skipping the dedup.
- Loading branch information