[clang-tidy] Accessing checks not done for aliases of `std::array`
Index accessing checks are not performed for aliases of `std::array`, as only `std::array` itself seems to be checked. This patch aims to extend it for aliases such as: `using MyArray = std::array<int, 10>;` Reviewed By: PiotrZSL Differential Revision: https://reviews.llvm.org/D154297
parent
2806cf4b
Please register or sign in to comment