Files
clang-p2996/lldb/unittests/Utility/ConstStringTest.cpp
Jonas Devlieghere 33860b2f61 [lldb] Streamline ConstString -> std::string conversion (NFC) (#79649)
Make it easier to go from a ConstString to a std::string without having
to go through a C-String or a llvm::StringRef. I made the conversion
operator explicit as this is a relatively expensive operations (compared
to a StringRef or string_view).
2024-01-26 15:04:11 -08:00

4.4 KiB