Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ClangTidy] Disable misc-include-cleaner (pytorch#122855)
misc-include-cleaner was introduced in clang-tidy-17 as a way to check missing and unused includes. However, there are lots of transitive headers in PyTorch and it would take enormous efforts to add related annotations to them in order to direct this checker. For this reason, it's better to disable it now. Pull Request resolved: pytorch#122855 Approved by: https://github.com/cpuhrsch
- Loading branch information