[cfe-commits] r170431 [1/3] - in /cfe/trunk: include/clang/AST/ include/clang/Basic/ include/clang/Sema/ include/clang/Serialization/ lib/AST/ lib/CodeGen/ lib/Parse/ lib/Sema/ lib/Serialization/ test/CodeGenOpenCL/ test/PCH/ test/Parser/ tools/libclang/

Chandler Carruth chandlerc at google.com
Tue Dec 18 23:03:18 PST 2012


On Tue, Dec 18, 2012 at 6:30 AM, Guy Benyei <guy.benyei at intel.com> wrote:

> Author: gbenyei
> Date: Tue Dec 18 08:30:41 2012
> New Revision: 170431
>
> URL: http://llvm.org/viewvc/llvm-project?rev=170431&view=rev
> Log:
> Revert changes from r170428, as I accidentally changed the line endings of
> these files to Windows style.
>

Thanks for fixing this.

I'd suggest reviewing the diff before submitting from Windows -- the
Windows SVN clients are notoriously bad at managing line endings, and these
types of commits are annoying to have in the blame of files...

One other thing to be very careful with -- please check that your windows
SVN client is properly configured to default the standard code file types
to the native EOL style. Lots of windows clients either don't use native
EOL style, or set explicit metadata on the files which bloats the repo
without need. I know that some of the windows devs finally got this
configured correctly, and I'll ask that the put together some docs to help
with configuring clients initially.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121218/1e4813f8/attachment.html>


More information about the cfe-commits mailing list