diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2018-05-16 20:12:06 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2018-05-16 20:12:06 +0000 |
commit | cc740ae5bbe7a1bcc0bd3e4a21af75a0d29b7ce5 (patch) | |
tree | 0c2145cd9d9d4e535e5aff122e1399ccdf5267c7 /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | ad3fed62a9f59f92705d7dc5cd077fd3d72bd87c (diff) | |
download | bcm5719-llvm-cc740ae5bbe7a1bcc0bd3e4a21af75a0d29b7ce5.tar.gz bcm5719-llvm-cc740ae5bbe7a1bcc0bd3e4a21af75a0d29b7ce5.zip |
Add a new check, readability-simplify-subscript-expr, that diagnoses array subscript expressions that can be simplified.
Currently, diagnoses code that calls container.data()[some_index] when the container exposes a suitable operator[]() method that can be used directly.
Patch by Shuai Wang.
llvm-svn: 332519
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
0 files changed, 0 insertions, 0 deletions