This revision was automatically updated to reflect the committed changes. Closed by commit rG4aba5fa77482: Use `-text` git attribute instead of `text eol=...` (authored by MForster).
Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D124606/new/ https://reviews.llvm.org/D124606 Files: clang-tools-extra/test/.gitattributes clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected Index: clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected =================================================================== --- clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected +++ clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected @@ -1,6 +1,6 @@ - -// This file intentionally uses a CRLF newlines! - -void foo() { - int *x = nullptr; -} + +// This file intentionally uses a CRLF newlines! + +void foo() { + int *x = nullptr; +} Index: clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp =================================================================== --- clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp +++ clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp @@ -1,6 +1,6 @@ - -// This file intentionally uses a CRLF newlines! - -void foo() { - int *x = 0; -} + +// This file intentionally uses a CRLF newlines! + +void foo() { + int *x = 0; +} Index: clang-tools-extra/test/.gitattributes =================================================================== --- clang-tools-extra/test/.gitattributes +++ clang-tools-extra/test/.gitattributes @@ -4,12 +4,12 @@ # These test input files rely on one-byte Unix (LF) line-endings, as they use # fixed -offset, FileOffset:, or Offset: numbers in their tests. -clang-apply-replacements/ClangRenameClassReplacements.cpp text eol=lf -clang-apply-replacements/Inputs/basic/basic.h text eol=lf -clang-apply-replacements/Inputs/format/no.cpp text eol=lf -clang-apply-replacements/Inputs/format/yes.cpp text eol=lf -clang-tidy/infrastructure/export-diagnostics.cpp text eol=lf +clang-apply-replacements/ClangRenameClassReplacements.cpp -text +clang-apply-replacements/Inputs/basic/basic.h -text +clang-apply-replacements/Inputs/format/no.cpp -text +clang-apply-replacements/Inputs/format/yes.cpp -text +clang-tidy/infrastructure/export-diagnostics.cpp -text # These test input files rely on two-byte Windows (CRLF) line endings. -clang-apply-replacements/Inputs/crlf/crlf.cpp text eol=crlf -clang-apply-replacements/Inputs/crlf/crlf.cpp.expected text eol=crlf +clang-apply-replacements/Inputs/crlf/crlf.cpp -text +clang-apply-replacements/Inputs/crlf/crlf.cpp.expected -text
Index: clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected =================================================================== --- clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected +++ clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp.expected @@ -1,6 +1,6 @@ - -// This file intentionally uses a CRLF newlines! - -void foo() { - int *x = nullptr; -} + +// This file intentionally uses a CRLF newlines! + +void foo() { + int *x = nullptr; +} Index: clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp =================================================================== --- clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp +++ clang-tools-extra/test/clang-apply-replacements/Inputs/crlf/crlf.cpp @@ -1,6 +1,6 @@ - -// This file intentionally uses a CRLF newlines! - -void foo() { - int *x = 0; -} + +// This file intentionally uses a CRLF newlines! + +void foo() { + int *x = 0; +} Index: clang-tools-extra/test/.gitattributes =================================================================== --- clang-tools-extra/test/.gitattributes +++ clang-tools-extra/test/.gitattributes @@ -4,12 +4,12 @@ # These test input files rely on one-byte Unix (LF) line-endings, as they use # fixed -offset, FileOffset:, or Offset: numbers in their tests. -clang-apply-replacements/ClangRenameClassReplacements.cpp text eol=lf -clang-apply-replacements/Inputs/basic/basic.h text eol=lf -clang-apply-replacements/Inputs/format/no.cpp text eol=lf -clang-apply-replacements/Inputs/format/yes.cpp text eol=lf -clang-tidy/infrastructure/export-diagnostics.cpp text eol=lf +clang-apply-replacements/ClangRenameClassReplacements.cpp -text +clang-apply-replacements/Inputs/basic/basic.h -text +clang-apply-replacements/Inputs/format/no.cpp -text +clang-apply-replacements/Inputs/format/yes.cpp -text +clang-tidy/infrastructure/export-diagnostics.cpp -text # These test input files rely on two-byte Windows (CRLF) line endings. -clang-apply-replacements/Inputs/crlf/crlf.cpp text eol=crlf -clang-apply-replacements/Inputs/crlf/crlf.cpp.expected text eol=crlf +clang-apply-replacements/Inputs/crlf/crlf.cpp -text +clang-apply-replacements/Inputs/crlf/crlf.cpp.expected -text
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits