[Lldb-commits] [PATCH] LLDB Help Improvements
Jason Molenda
jmolenda at apple.com
Tue Jan 13 19:51:32 PST 2015
I didn't look very closely at the line break logic in OutputFormattedHelpText but everything else looks good to me.
================
Comment at: source/Interpreter/CommandInterpreter.cpp:1175
@@ +1174,3 @@
+ if (help_prologue != NULL) {
+ OutputFormattedHelpText(result.GetOutputStream(), NULL, help_prologue);
+ }
----------------
open curly brace for this block should be on a line by itself.
http://reviews.llvm.org/D6959
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the lldb-commits
mailing list