Kazu Hirata c4dfa03f9f
[clang-tidy] Call StringMap::find without constructing std::string (NFC) (#115114)
StringMap::find takes StringRef, so we don't need to allocate
temporary instances of std::string.
2024-11-06 08:35:44 -08:00
..