Files
clang-p2996/lldb/source/Interpreter/Options.cpp
Kazu Hirata cc2beddaa4 [lldb] Use std:::string::find with std::string_view (NFC) (#139679)
std::string::find accepts anything that can be converted to
std::string_view starting in C++17.  Since StringRef can be converted
to std::string_view, we do not need to create a temporary instance of
std::string here.
2025-05-13 15:48:50 -07:00

48 KiB