Make CommandObject help getters/setters use StringRef.
authorZachary Turner <zturner@google.com>
Sat, 12 Nov 2016 20:41:02 +0000 (20:41 +0000)
committerZachary Turner <zturner@google.com>
Sat, 12 Nov 2016 20:41:02 +0000 (20:41 +0000)
commit442f6530d21d0980c591522a1bd35dcaebce6f68
treed0dfcd032d930ebc77461e41520f4a73012f0c76
parente2411fabdaf01d883d77cf3f8456367a9dc685ff
Make CommandObject help getters/setters use StringRef.

llvm-svn: 286731
lldb/include/lldb/Interpreter/CommandAlias.h
lldb/include/lldb/Interpreter/CommandObject.h
lldb/include/lldb/Interpreter/CommandObjectMultiword.h
lldb/source/API/SBCommandInterpreter.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectMultiword.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Interpreter/CommandAlias.cpp
lldb/source/Interpreter/CommandObject.cpp
lldb/source/Interpreter/CommandObjectRegexCommand.cpp