[lldb][NFC] Remove ConstString -> const char * -> StringRef conversions when calling Stream::Indent
Let's just pass in a StringRef and save the strlen call when rebuilding the StringRef parameter.
Loading
Please register or sign in to comment
Let's just pass in a StringRef and save the strlen call when rebuilding the StringRef parameter.