[Lldb-commits] [PATCH] D55584: [LLDB] Simplify Boolean expressions

Eugene Zelenko via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 11 17:19:34 PST 2018


Eugene.Zelenko added a comment.

Thank you for cleanup effort!

I would suggest to also run modernize checks and at least next readability checks:

readability-container-size-empty
readability-isolate-declaration
readability-redundant-control-flow
readability-redundant-member-init
readability-redundant-smartptr-get
readability-redundant-string-cstr
readability-redundant-string-init

Indeed, Clang-tidy offers even more useful checks.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D55584





More information about the lldb-commits mailing list