Adds UriParser::Parse and unit tests
authorVince Harron <vharron@google.com>
Tue, 6 Jan 2015 23:38:24 +0000 (23:38 +0000)
committerVince Harron <vharron@google.com>
Tue, 6 Jan 2015 23:38:24 +0000 (23:38 +0000)
commit3218c0fb943a05ffeeeefaffaa0f7f64b2bb3858
treea21b29c98bf6d46a5dabeb20d0dc94497c0bf50a
parent009597d0489a61f2dee9a4739865cb0809d2bd2e
Adds UriParser::Parse and unit tests

This can be used to parse URIs passed to 'platform connect'

Differential Revision: http://reviews.llvm.org/D6858

llvm-svn: 225317
lldb/gtest/gtest.xcodeproj/project.pbxproj
lldb/gtest/unittest/Utility/Makefile
lldb/gtest/unittest/Utility/UriParserTest.cpp [new file with mode: 0644]
lldb/lldb.xcodeproj/project.pbxproj
lldb/source/Utility/CMakeLists.txt
lldb/source/Utility/UriParser.cpp [new file with mode: 0644]
lldb/source/Utility/UriParser.h [new file with mode: 0644]