diff options
author | Jonas Toth <jonas.toth@gmail.com> | 2018-07-23 17:13:06 +0000 |
---|---|---|
committer | Jonas Toth <jonas.toth@gmail.com> | 2018-07-23 17:13:06 +0000 |
commit | 369e4fd353aff061fb6858463ebe452b21a2ec61 (patch) | |
tree | fdf3d075d221365d508b11068eabef42fb2a3080 /lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h | |
parent | a70685f63a08d16be40424b45697f6badfaaae4e (diff) | |
download | bcm5719-llvm-369e4fd353aff061fb6858463ebe452b21a2ec61.tar.gz bcm5719-llvm-369e4fd353aff061fb6858463ebe452b21a2ec61.zip |
[clang-tidy] fix PR36489 - respect deduced pointer types from auto as well
Summary:
The cppcoreguidelines-pro-bounds-pointer-arithmetic warns on all occassion where
pointer arithmetic is used, but does not check values where the pointer types
is deduced via ``auto``. This patch adjusts this behaviour and solved
PR36489.
Reviewers: alexfh, aaron.ballman, hokein, ilya-biryukov
Reviewed By: alexfh, aaron.ballman
Subscribers: nemanjai, xazax.hun, kbarton, cfe-commits
Differential Revision: https://reviews.llvm.org/D48717
llvm-svn: 337710
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/lldb-python.h')
0 files changed, 0 insertions, 0 deletions