[Lldb-commits] [PATCH] D26325: Re-write OutputFormattedHelpText in terms of StringRef
Zachary Turner via lldb-commits
lldb-commits at lists.llvm.org
Sat Nov 5 13:24:14 PDT 2016
zturner created this revision.
zturner added reviewers: beanz, jingham.
zturner added a subscriber: lldb-commits.
It was pretty difficult to understand the logic of this function. I think this re-write makes it easier. It also continues the effort of moving more functions to take `StringRef` instead of `const char*`, which was necessary in order to make a higher up change to the `Properties` interface.
https://reviews.llvm.org/D26325
Files:
include/lldb/Core/Stream.h
include/lldb/Interpreter/CommandInterpreter.h
source/Core/Stream.cpp
source/Interpreter/CommandInterpreter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26325.76970.patch
Type: text/x-patch
Size: 10271 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20161105/00d12f27/attachment.bin>
More information about the lldb-commits
mailing list