aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
diff options
context:
space:
mode:
authorJorge Pinto Sousa <jorge.pinto.sousa@proton.me>2023-07-03 16:39:31 +0000
committerPiotr Zegar <me@piotrzegar.pl>2023-07-03 16:43:08 +0000
commitce2d44b0ab6da147931e9711e01d44a672ec3854 (patch)
tree1ff24751d7b12bb62958337c0ac3cda43f9322a9 /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.h
parent2806cf4b5430ad6d4d5aa2d501aea1de67272876 (diff)
downloadllvm-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/ScriptInterpreterPython.h')
0 files changed, 0 insertions, 0 deletions