Files
llvm/lldb
Dave Lee ce7a54a27c [lldb] Add operator StringRef to ConstString
Add a `StringRef` conversion function to `ConstString`.

This will make using llvm, and other non-ConstString, APIs more convenient.

For demonstration, this updates Module.cpp.

Differential Revision: https://reviews.llvm.org/D148175
2023-04-14 09:08:19 -06:00
..