[Lldb-commits] [PATCH] D39967: Refactoring of MemoryWrite function

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 14 08:38:26 PST 2017


clayborg added a comment.

I believe we normally just clang format the changes. This is done with:

  svn diff --diff-cmd=diff -x-U0 | $llvm_src/llvm/tools/clang/tools/clang-format/clang-format-diff.py -i -binary $llvm_build/bin/clang-format
  git diff -U0 HEAD^ | $llvm_src/llvm/tools/clang/tools/clang-format/clang-format-diff.py -i -binary $llvm_build/bin/clang-format

You can set $llvm_src and $llvm_build correctly for your system.

With all of the reindentation and extra clang formatting I can't tell what has changed here. Did you change anything?


Repository:
  rL LLVM

https://reviews.llvm.org/D39967





More information about the lldb-commits mailing list