You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb][DataFormatter][NFC] Use GetFirstValueOfLibCXXCompressedPair in std::map formatter
This avoids duplicating the logic to get the first
element of a libc++ `__compressed_pair`. This will
be useful in upcoming refactorings of this formatter.
Drive-by changes:
* Renamed `m_item` to `size_node` for readability;
`m_item` suggests it's a member variable, which it
is not.
0 commit comments