diff options
author | Dave Lee <davelee.com@gmail.com> | 2024-02-04 11:47:24 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-04 11:47:24 -0800 |
commit | 9ff83f12fe406f9c3c6b2cd0ee96660a7485f29f (patch) | |
tree | 1ca45b434b7ae2022846a72464310b67942b12fe /clang/unittests/Format/ConfigParseTest.cpp | |
parent | 859b09da08c2a47026ba0a7d2f21b7dca705864d (diff) | |
download | llvm-9ff83f12fe406f9c3c6b2cd0ee96660a7485f29f.zip llvm-9ff83f12fe406f9c3c6b2cd0ee96660a7485f29f.tar.gz llvm-9ff83f12fe406f9c3c6b2cd0ee96660a7485f29f.tar.bz2 |
[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[]`.
Diffstat (limited to 'clang/unittests/Format/ConfigParseTest.cpp')
0 files changed, 0 insertions, 0 deletions