Convert some helper functions to use StringRef.
authorZachary Turner <zturner@google.com>
Mon, 7 Nov 2016 00:07:25 +0000 (00:07 +0000)
committerZachary Turner <zturner@google.com>
Mon, 7 Nov 2016 00:07:25 +0000 (00:07 +0000)
commit6560d2c2d5d0f9967e9674c538ff75c873c7df22
tree4dfad45b30b7571edd783a7d76d3f5352a0089c4
parentde72a79511dd757c172227b1477e631724b7d623
Convert some helper functions to use StringRef.

I will probably submit a lot of small trivial changes
like this over the coming weeks.  The end goal is to
convert Options::SetOptionValue to take the option arg
as a StringRef, but doing so in one pass would be a huge
mess of disparate changes just to satisfy the compiler,
and with a high risk of breaking.  So I'm going to do
this in small pieces, changing seemingly random things
here and there until the final change to the signature
of Options::SetOptionValue() can be done trivially.

llvm-svn: 286088
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp