[all-commits] [llvm/llvm-project] 0dc856: [clang-tidy] run-clang-tidy.py: analyze unique fil...
serkazi via All-commits
all-commits at lists.llvm.org
Fri Nov 5 23:54:28 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dc856ed20e0fb64dd7cb0a10db35c58c3ef95e6
https://github.com/llvm/llvm-project/commit/0dc856ed20e0fb64dd7cb0a10db35c58c3ef95e6
Author: Serikzhan Kazi <se7kazi at gmail.com>
Date: 2021-11-06 (Sat, 06 Nov 2021)
Changed paths:
M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Log Message:
-----------
[clang-tidy] run-clang-tidy.py: analyze unique files only
The files in compile-commands.json can potentially include duplicates.
Change run-clang-tidy.py so that it does not run on the duplicate entries.
Differential Revision: https://reviews.llvm.org/D112926
More information about the All-commits
mailing list