mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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:
parent
5e58be678c
commit
c5d9173d04
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue