Files
clang-p2996/lldb/source/DataFormatters/FormatCache.cpp
Dave Lee 9ff83f12fe [lldb] Remove unnecessary FormatCache::GetEntry (NFC) (#80603)
The implementation of `FormatCache::Entry
&FormatCache::GetEntry(ConstString)` is effectively a duplication of
`std::map::operator[]`. This change deletes `GetEntry` and replaces its
use with `operator[]`.
2024-02-04 11:47:24 -08:00

3.2 KiB