[Lldb-commits] [PATCH] D81783: [lldb] Remove indentation before help output.

2020-06-15 Thread Jonas Devlieghere via Phabricator via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd74323606d9c: [lldb] Remove indentation before help output. (authored by JDevlieghere). Herald added a project: LLDB. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llv

[Lldb-commits] [PATCH] D81783: [lldb] Remove indentation before help output.

2020-06-15 Thread Raphael Isemann via Phabricator via lldb-commits
teemperor accepted this revision. teemperor added a comment. This revision is now accepted and ready to land. LGTM CHANGES SINCE LAST ACTION https://reviews.llvm.org/D81783/new/ https://reviews.llvm.org/D81783 ___ lldb-commits mailing list lldb-c

[Lldb-commits] [PATCH] D81783: [lldb] Remove indentation before help output.

2020-06-12 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere updated this revision to Diff 270564. JDevlieghere added a comment. Explicit `llvm::StringRef` -> `std::string` conversion. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D81783/new/ https://reviews.llvm.org/D81783 Files: lldb/source/Interpreter/CommandObject.cpp Index:

[Lldb-commits] [PATCH] D81783: [lldb] Remove indentation before help output.

2020-06-12 Thread Jonas Devlieghere via Phabricator via lldb-commits
JDevlieghere created this revision. JDevlieghere added reviewers: LLDB, jingham, labath, clayborg. JDevlieghere updated this revision to Diff 270564. JDevlieghere added a comment. Explicit `llvm::StringRef` -> `std::string` conversion. I always found it weird that there was this level of indenta