[Lldb-commits] [PATCH] D22284: [LLDB] Proposed change in multi-line edit behavior (Return = end/append, Meta+Return = line break)
Eugene Zelenko via lldb-commits
lldb-commits at lists.llvm.org
Tue Jul 12 19:01:14 PDT 2016
Eugene.Zelenko added a subscriber: Eugene.Zelenko.
================
Comment at: include/lldb/Host/Editline.h:289
@@ +288,3 @@
+ unsigned char
+ EndOrAddLineCommand (int ch);
+
----------------
Will be good idea to not add space between name and arguments list in new code. Same for other places.
Repository:
rL LLVM
http://reviews.llvm.org/D22284
More information about the lldb-commits
mailing list