teemperor added a comment.

Not sure how you invoke git clang-format, but I assume you specified the wrong 
commit range...

I personally use some custom command that executes this `git rebase -i 
--autosquash -x 'git clang-format master && git commit -a --amend --no-edit' 
master` which essentially clang-formats all your git commits (i.e. the ones 
that are in the local branch but not in master). So if you have the original 
version of this diff as its own git commit on a separate branch then this 
command should do all the work for you.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61440/new/

https://reviews.llvm.org/D61440



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

Reply via email to