diff options
| author | Kazu Hirata <kazu@google.com> | 2025-03-25 07:51:39 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-25 07:51:39 -0700 |
| commit | 1617f90a6154dfd59e58da8b9513d903d899169a (patch) | |
| tree | ad2458d9c5551445384fd7bcab07be8fab462cbc /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp | |
| parent | 8352ca0d354f7f196eb2acd76740fdff9984664c (diff) | |
[Analysis] Use *Set::insert_range (NFC) (#132878)
We can use *Set::insert_range to collapse:
for (auto Elem : Range)
Set.insert(E);
down to:
Set.insert_range(Range);
In some cases, we can further fold that into the set declaration.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
0 files changed, 0 insertions, 0 deletions
