[Lldb-commits] [PATCH] D149567: [lldb] Group debugger properties (NFC)

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 30 20:10:12 PDT 2023


JDevlieghere added a comment.

In D149567#4309195 <https://reviews.llvm.org/D149567#4309195>, @mib wrote:

> nit: Sometimes we have newlines between methods and sometimes we don't ... It would be nice to be consistent, otherwise LGTM

Methods relating to the same property are grouped together (i.e. no newline) and methods relating to different properties are separated by a newline.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149567/new/

https://reviews.llvm.org/D149567



More information about the lldb-commits mailing list