Convert AutoComplete related code to StringRef.
authorZachary Turner <zturner@google.com>
Thu, 17 Nov 2016 01:37:42 +0000 (01:37 +0000)
committerZachary Turner <zturner@google.com>
Thu, 17 Nov 2016 01:37:42 +0000 (01:37 +0000)
commit4aa8753c8103f1e1988b79325f957a587c150337
tree9d6111d7b94f298115f955e82d1b4d7053bb332e
parent004319554cf6044896073b8a305ba9d340ed5f94
Convert AutoComplete related code to StringRef.

Differential Revision: https://reviews.llvm.org/D26721

llvm-svn: 287188
32 files changed:
lldb/include/lldb/Core/ArchSpec.h
lldb/include/lldb/Core/FormatEntity.h
lldb/include/lldb/Core/PluginManager.h
lldb/include/lldb/Core/StringList.h
lldb/include/lldb/Core/UUID.h
lldb/include/lldb/Interpreter/CommandCompletions.h
lldb/include/lldb/Interpreter/OptionValue.h
lldb/include/lldb/Interpreter/OptionValueArch.h
lldb/include/lldb/Interpreter/OptionValueBoolean.h
lldb/include/lldb/Interpreter/OptionValueEnumeration.h
lldb/include/lldb/Interpreter/OptionValueFileSpec.h
lldb/include/lldb/Interpreter/OptionValueFormatEntity.h
lldb/include/lldb/Interpreter/OptionValueUUID.h
lldb/include/lldb/Symbol/Variable.h
lldb/include/lldb/Utility/NameMatches.h
lldb/source/Commands/CommandCompletions.cpp
lldb/source/Core/ArchSpec.cpp
lldb/source/Core/FormatEntity.cpp
lldb/source/Core/PluginManager.cpp
lldb/source/Core/StringList.cpp
lldb/source/Core/UUID.cpp
lldb/source/Interpreter/CommandObject.cpp
lldb/source/Interpreter/OptionValue.cpp
lldb/source/Interpreter/OptionValueArch.cpp
lldb/source/Interpreter/OptionValueBoolean.cpp
lldb/source/Interpreter/OptionValueEnumeration.cpp
lldb/source/Interpreter/OptionValueFileSpec.cpp
lldb/source/Interpreter/OptionValueFormatEntity.cpp
lldb/source/Interpreter/OptionValueUUID.cpp
lldb/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
lldb/source/Symbol/Variable.cpp
lldb/source/Utility/NameMatches.cpp