Files
clang-p2996/llvm/tools/llvm-readtapi/llvm-readtapi.cpp
Kazu Hirata b11e1baf22 [llvm-readtapi] Avoid repeated hash lookups (NFC) (#128131)
Dylibs is a StringMap, which takes StringRef as the key type, so
NormalizedPath.str() is good enough.  We don't need to create a null
terminated string.  Neither do we need to recompute the string length
as part of StringRef construction.
2025-02-21 11:09:16 -08:00

19 KiB