xref: /llvm-project/clang-tools-extra/test/.gitattributes (revision 4aba5fa774821279c2e2e26dd6ed6e1c6a151044)
1# CRLF (Windows) line endings take two bytes instead of one, so any tests that
2# rely on or check fixed character -offset, Offset: or FileOffset: locations
3# will fail when run on input files checked out with different line endings.
4
5# These test input files rely on one-byte Unix (LF) line-endings, as they use
6# fixed -offset, FileOffset:, or Offset: numbers in their tests.
7clang-apply-replacements/ClangRenameClassReplacements.cpp -text
8clang-apply-replacements/Inputs/basic/basic.h -text
9clang-apply-replacements/Inputs/format/no.cpp -text
10clang-apply-replacements/Inputs/format/yes.cpp -text
11clang-tidy/infrastructure/export-diagnostics.cpp -text
12
13# These test input files rely on two-byte Windows (CRLF) line endings.
14clang-apply-replacements/Inputs/crlf/crlf.cpp -text
15clang-apply-replacements/Inputs/crlf/crlf.cpp.expected -text
16