Skip to content

Commit

Permalink
Remove AnalyzeTemporaryDtors from clang-tidy config (pytorch#125985)
Browse files Browse the repository at this point in the history
Remove AnalyzeTemporaryDtors from clang-tidy config which is not used in newer releases.

Pull Request resolved: pytorch#125985
Approved by: https://github.com/Skylion007
  • Loading branch information
cyyever authored and pytorchmergebot committed May 12, 2024
1 parent 34910f8 commit 4b88a5b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,5 @@ readability-simplify-subscript-expr,
readability-string-compare,
'
HeaderFilterRegex: '^(aten/|c10/|torch/).*$'
AnalyzeTemporaryDtors: false
WarningsAsErrors: '*'
...

0 comments on commit 4b88a5b

Please sign in to comment.