Increase header coverage of clang-tidy (#110443)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/110443
Approved by: https://github.com/Skylion007
This commit is contained in:
cyy
2023-10-04 13:52:06 +00:00
committed by PyTorch MergeBot
parent 0e55cc4986
commit 5220d0dfaf
13 changed files with 68 additions and 48 deletions

View File

@ -49,7 +49,7 @@ modernize-*,
performance-*,
readability-container-size-empty,
'
HeaderFilterRegex: '^(c10/|torch/csrc/).*$'
HeaderFilterRegex: '^(aten/|c10/|torch/).*$'
AnalyzeTemporaryDtors: false
WarningsAsErrors: '*'
...