mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Remove AnalyzeTemporaryDtors from clang-tidy config (#125985)
Remove AnalyzeTemporaryDtors from clang-tidy config which is not used in newer releases. Pull Request resolved: https://github.com/pytorch/pytorch/pull/125985 Approved by: https://github.com/Skylion007
This commit is contained in:
parent
34910f87f0
commit
4b88a5bd0b
1 changed files with 0 additions and 1 deletions
|
|
@ -61,6 +61,5 @@ readability-simplify-subscript-expr,
|
|||
readability-string-compare,
|
||||
'
|
||||
HeaderFilterRegex: '^(aten/|c10/|torch/).*$'
|
||||
AnalyzeTemporaryDtors: false
|
||||
WarningsAsErrors: '*'
|
||||
...
|
||||
|
|
|
|||
Loading…
Reference in a new issue