mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[BE]: Enable readability-redundant-function-ptr-dereference check (#116538)
Enable an additional clang-tidy check to remove redundant function ptr dereferences to help make the code more readable. Pull Request resolved: https://github.com/pytorch/pytorch/pull/116538 Approved by: https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
5e58be678c
commit
c5d9173d04
@ -55,6 +55,7 @@ readability-container-size-empty,
|
||||
readability-delete-null-pointer,
|
||||
readability-duplicate-include
|
||||
readability-misplaced-array-index,
|
||||
readability-redundant-function-ptr-dereference,
|
||||
readability-redundant-smartptr-get,
|
||||
readability-simplify-subscript-expr,
|
||||
readability-string-compare,
|
||||
|
Reference in New Issue
Block a user