From a01bccdbe613f5e65fa8da2fb07d6b9b66d203bf Mon Sep 17 00:00:00 2001 From: Zachary Turner Date: Wed, 5 Oct 2016 21:14:56 +0000 Subject: Convert some more aliasing and CI functions to StringRef. llvm-svn: 283386 --- .../source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp') diff --git a/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp b/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp index 4895962d47b..ed86dfcf813 100644 --- a/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp +++ b/lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp @@ -1447,7 +1447,7 @@ void StructuredDataDarwinLog::DebuggerInitialize(Debugger &debugger) { // Get parent command. auto &interpreter = debugger.GetCommandInterpreter(); - std::string parent_command_text = "plugin structured-data"; + llvm::StringRef parent_command_text = "plugin structured-data"; auto parent_command = interpreter.GetCommandObjectForCommand(parent_command_text); if (!parent_command) { -- cgit v1.2.3