diff options
author | Fangrui Song <maskray@google.com> | 2020-01-01 15:28:48 -0800 |
---|---|---|
committer | Fangrui Song <maskray@google.com> | 2020-01-01 15:41:20 -0800 |
commit | 681b1be774964a804beabfb7c5e3bdab8f979e4a (patch) | |
tree | e457f6923eae0dd01824870883f413765177d14b /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | 92b68c1937cd065a2fc44d18c1099de7da19b356 (diff) | |
download | bcm5719-llvm-681b1be774964a804beabfb7c5e3bdab8f979e4a.tar.gz bcm5719-llvm-681b1be774964a804beabfb7c5e3bdab8f979e4a.zip |
[lld] Fix -Wrange-loop-analysis warnings
One instance looks like a false positive:
lld/ELF/Relocations.cpp:1622:14: note: use reference type 'const std::pair<ThunkSection *, uint32_t> &' (aka 'cons
t pair<lld::elf::ThunkSection *, unsigned int> &') to prevent copying
for (const std::pair<ThunkSection *, uint32_t> ts : isd->thunkSections)
It is not changed in this commit.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions