[Lldb-commits] [PATCH] D55574: Remove else statements after returns
Jonas Devlieghere via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Dec 11 18:51:14 PST 2018
JDevlieghere abandoned this revision.
JDevlieghere added a comment.
I'm going to abandon this for now until we have better tooling to address Jim's concerns here. I'm also not super happy with the formatting, which seems to be off in quite a few locations. The problem is that clang-tidy knows to reformat the source range it touched, but in this case the code below is affected. I hacked this up by having clang-format looking one line below the lines that were changed, but looks like that was not sufficient. Also a few case are covered by D55584 <https://reviews.llvm.org/D55584> so definitely want to land that first.
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55574/new/
https://reviews.llvm.org/D55574
More information about the lldb-commits
mailing list