Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BE][Easy]: Enable clang-tidy check readability-misplaced-array-index (…
…pytorch#116210) Enable clang-tidy check readability which checks for a bizarre C++ construct that is usually indicative of an error: https://clang.llvm.org/extra/clang-tidy/checks/readability/misplaced-array-index.html (indexing a number by a pointer, which surprisingly inverts the operands). Pull Request resolved: pytorch#116210 Approved by: https://github.com/albanD, https://github.com/malfet
- Loading branch information