llvm-commits Digest, Vol 162, Issue 194

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 02:38:07 PST 2017


>Hi Rafael,
>
>I develop on Windows, using SVN. I made sure that none of the changes I
>made had CRLF in my local files, prior to commit, so this can only have
>happened at the point of commit. I have been unable to find any setting on
>my side that changes the nature of line-endings on commit, and I'm aware
>that there was some issue previously with explicitly setting SVN properties
>on the individual files. Please let me know if you are aware of any other
>method for avoiding this when using SVN on Windows.
>
>James

Let me share following info. I worked on LLD for about 2+ years and main OS I am using and use is
windows. Following list works for me and I hope you could use it:

1) clang format plugin for MSVS is https://llvm.org/builds.
2) I have plugin that highlights excessive spaces symbols, sorry did not find where I took it from,
     but it works nice.
3) Before posting patch I am doing "svn diff --diff-cmd=diff  -X -U999999 > patch.patch" and
after that convert the result patch.patch using notepad++ to use LF instead CRLF.

George.


More information about the llvm-commits mailing list