brintos

brintos / llvm-project-archived public Read only

0
0
Text · 838 B · 3d4df1e Raw
16 lines · plain
1# CRLF (Windows) line endings take two bytes instead of one, so any tests that2# rely on or check fixed character -offset, Offset: or FileOffset: locations3# 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 use6# fixed -offset, FileOffset:, or Offset: numbers in their tests.7clang-apply-replacements/ClangRenameClassReplacements.cpp -text8clang-apply-replacements/Inputs/basic/basic.h -text9clang-apply-replacements/Inputs/format/no.cpp -text10clang-apply-replacements/Inputs/format/yes.cpp -text11clang-tidy/infrastructure/export-diagnostics.cpp -text12 13# These test input files rely on two-byte Windows (CRLF) line endings.14clang-apply-replacements/Inputs/crlf/crlf.cpp -text15clang-apply-replacements/Inputs/crlf/crlf.cpp.expected -text16