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



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

Reply via email to