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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to