diff options
author | Jorge Pinto Sousa <jorge.pinto.sousa@proton.me> | 2023-07-03 16:39:31 +0000 |
---|---|---|
committer | Piotr Zegar <me@piotrzegar.pl> | 2023-07-03 16:43:08 +0000 |
commit | ce2d44b0ab6da147931e9711e01d44a672ec3854 (patch) | |
tree | 1ff24751d7b12bb62958337c0ac3cda43f9322a9 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 2806cf4b5430ad6d4d5aa2d501aea1de67272876 (diff) | |
download | llvm-ce2d44b0ab6da147931e9711e01d44a672ec3854.zip llvm-ce2d44b0ab6da147931e9711e01d44a672ec3854.tar.gz llvm-ce2d44b0ab6da147931e9711e01d44a672ec3854.tar.bz2 |
[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
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions