[PATCH] D124563: Renormalize line endings after ac5f7be6a8688955a282becf00eebc542238a86b

Michael Kruse via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 27 17:30:49 PDT 2022


Meinersbur added a comment.

In D124563#3478627 <https://reviews.llvm.org/D124563#3478627>, @smeenai wrote:

> If I check out this commit and then check out the previous commit, `clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp` and `clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected` become modified in my working directory; their line endings are changed from CRLF to LF. That seems undesirable.

In the current top-of-tree, the gitattributes line endings and the actual line endings contradict each other, leading to such inconsistencies.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124563



More information about the cfe-commits mailing list