Add unit tests for a few string conversion functions in Args.
authorZachary Turner <zturner@google.com>
Fri, 16 Sep 2016 19:09:12 +0000 (19:09 +0000)
committerZachary Turner <zturner@google.com>
Fri, 16 Sep 2016 19:09:12 +0000 (19:09 +0000)
commit7b2e5a36e40eca504905aad3e36ba2c07e6e8ac0
treea15891f0849e122469d603cda043d9a93562d565
parenteb2246365b7a84b1f829ce2c65cef423ea0a01d8
Add unit tests for a few string conversion functions in Args.

Also provided a StringRef overload for these functions and have
the const char* overloads delegate to the StringRef overload.

llvm-svn: 281764
lldb/include/lldb/Breakpoint/BreakpointID.h
lldb/include/lldb/Host/FileSpec.h
lldb/include/lldb/Interpreter/Args.h
lldb/include/lldb/Interpreter/Options.h
lldb/include/lldb/Target/Language.h
lldb/source/API/SBDebugger.cpp
lldb/source/Interpreter/Args.cpp
lldb/source/Interpreter/OptionValueChar.cpp
lldb/source/Interpreter/Property.cpp
lldb/unittests/Interpreter/TestArgs.cpp