Loading
[lldb] Make VariableList::FindVariable const (NFC) (#195355)
I was surprised to find `FindVariable` was not `const`. While making it `const`, I also replaced the iterator based loop with a ranged based loop.
I was surprised to find `FindVariable` was not `const`. While making it `const`, I also replaced the iterator based loop with a ranged based loop.