[PATCH] D56232: [lldb-server] Add remote platform capabilities for Windows
Pavel Labath via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 12 22:34:46 PST 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
Looks good. Just for future patches, please make sure to only clang-format the lines you actually touch. This patch includes a lot of formatting changes to lines that haven't been substantially changed. If you're using git, there's a plugin command for it, which will allow you to do just that via something like `git clang-format HEAD^`. I don't know if there's such an easy equivalent for svn, but it should at least be achievable by piping the diff through clang-format.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56232/new/
https://reviews.llvm.org/D56232
More information about the llvm-commits
mailing list