Enable readability-redundant-smartptr-get in clang-tidy (#116381)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/116381
Approved by: https://github.com/Skylion007
This commit is contained in:
cyy
2023-12-26 06:05:15 +00:00
committed by PyTorch MergeBot
parent ffe6f9ac91
commit bb2a1e9941
3 changed files with 7 additions and 8 deletions

View File

@ -55,6 +55,7 @@ readability-container-size-empty,
readability-delete-null-pointer,
readability-duplicate-include
readability-misplaced-array-index,
readability-redundant-smartptr-get,
readability-string-compare,
'
HeaderFilterRegex: '^(aten/|c10/|torch/).*$'