Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
clang-tidy: Disable readability-container-data-pointer
It may be intentional to do `&v[0]` instead of `v.data()` as a way of saying "give me the address of the 0th element" instead of "give me the address of the array of elements". An example: #1046.
- Loading branch information