[all-commits] [llvm/llvm-project] bc7462: [clang-tidy] Add an option to exclude files not pr...
zotnhucucbot via All-commits
all-commits at lists.llvm.org
Tue Jan 14 15:59:26 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bc74625f50e216edd16f436c4fc81ff585b6c4c7
https://github.com/llvm/llvm-project/commit/bc74625f50e216edd16f436c4fc81ff585b6c4c7
Author: zotnhucucbot <thaiphd at gmail.com>
Date: 2025-01-15 (Wed, 15 Jan 2025)
Changed paths:
M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
M clang-tools-extra/docs/ReleaseNotes.rst
Log Message:
-----------
[clang-tidy] Add an option to exclude files not present in the compile database (#120348)
A change list may include files that are not part of the compile
database, which can cause clang-tidy to fail (e.g., due to missing
included headers). To prevent false negatives, we should allow to skip
processing these files.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list