Convert some more aliasing and CI functions to StringRef.

llvm-svn: 283386
This commit is contained in:
Zachary Turner
2016-10-05 21:14:56 +00:00
parent a483f57942
commit a01bccdbe6
6 changed files with 22 additions and 30 deletions

View File

@@ -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) {