Convert UriParser to use StringRef.
authorZachary Turner <zturner@google.com>
Thu, 17 Nov 2016 01:38:02 +0000 (01:38 +0000)
committerZachary Turner <zturner@google.com>
Thu, 17 Nov 2016 01:38:02 +0000 (01:38 +0000)
commit245f7fdcfa9fb4351f53ab9d96b31e1e472e81bd
tree6ff373d6c04675d624f323b6452d3c5da1eac12f
parent24bd3178714d8f9f10d0fd4c1a4de2605da20404
Convert UriParser to use StringRef.

llvm-svn: 287190
13 files changed:
lldb/include/lldb/Core/UUID.h
lldb/source/Core/UUID.cpp
lldb/source/Interpreter/OptionValueUUID.cpp
lldb/source/Plugins/Platform/Android/AdbClient.cpp
lldb/source/Plugins/Platform/Android/AdbClient.h
lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp
lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.cpp
lldb/source/Plugins/Platform/Android/PlatformAndroidRemoteGDBServer.h
lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationServerPlatform.cpp
lldb/source/Utility/UriParser.cpp
lldb/source/Utility/UriParser.h
lldb/unittests/Utility/UriParserTest.cpp