[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:
Aaron Gokaslan
2023-12-30 01:15:35 +00:00
committed by PyTorch MergeBot
parent 5e58be678c
commit c5d9173d04

View File

@ -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,