[Lldb-commits] [PATCH] D26721: Make AutoComplete code use StringRef

Zachary Turner via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 16 17:47:39 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL287188: Convert AutoComplete related code to StringRef. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D26721?vs=78110&id=78299#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26721

Files:
  lldb/trunk/include/lldb/Core/ArchSpec.h
  lldb/trunk/include/lldb/Core/FormatEntity.h
  lldb/trunk/include/lldb/Core/PluginManager.h
  lldb/trunk/include/lldb/Core/StringList.h
  lldb/trunk/include/lldb/Core/UUID.h
  lldb/trunk/include/lldb/Interpreter/CommandCompletions.h
  lldb/trunk/include/lldb/Interpreter/OptionValue.h
  lldb/trunk/include/lldb/Interpreter/OptionValueArch.h
  lldb/trunk/include/lldb/Interpreter/OptionValueBoolean.h
  lldb/trunk/include/lldb/Interpreter/OptionValueEnumeration.h
  lldb/trunk/include/lldb/Interpreter/OptionValueFileSpec.h
  lldb/trunk/include/lldb/Interpreter/OptionValueFormatEntity.h
  lldb/trunk/include/lldb/Interpreter/OptionValueUUID.h
  lldb/trunk/include/lldb/Symbol/Variable.h
  lldb/trunk/include/lldb/Utility/NameMatches.h
  lldb/trunk/source/Commands/CommandCompletions.cpp
  lldb/trunk/source/Core/ArchSpec.cpp
  lldb/trunk/source/Core/FormatEntity.cpp
  lldb/trunk/source/Core/PluginManager.cpp
  lldb/trunk/source/Core/StringList.cpp
  lldb/trunk/source/Core/UUID.cpp
  lldb/trunk/source/Interpreter/CommandObject.cpp
  lldb/trunk/source/Interpreter/OptionValue.cpp
  lldb/trunk/source/Interpreter/OptionValueArch.cpp
  lldb/trunk/source/Interpreter/OptionValueBoolean.cpp
  lldb/trunk/source/Interpreter/OptionValueEnumeration.cpp
  lldb/trunk/source/Interpreter/OptionValueFileSpec.cpp
  lldb/trunk/source/Interpreter/OptionValueFormatEntity.cpp
  lldb/trunk/source/Interpreter/OptionValueUUID.cpp
  lldb/trunk/source/Plugins/Instruction/ARM64/EmulateInstructionARM64.cpp
  lldb/trunk/source/Symbol/Variable.cpp
  lldb/trunk/source/Utility/NameMatches.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26721.78299.patch
Type: text/x-patch
Size: 53667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161117/a7f9bb6c/attachment-0001.bin>


More information about the lldb-commits mailing list