Canonicalize line endings to Linux style also when the --strict-whitespace flag is...
authorGuy Benyei <guy.benyei@intel.com>
Wed, 6 Feb 2013 20:40:38 +0000 (20:40 +0000)
committerGuy Benyei <guy.benyei@intel.com>
Wed, 6 Feb 2013 20:40:38 +0000 (20:40 +0000)
commit5ea04c385fc5b6aeb6404ec9a992ea8e2d149f1e
treeed51416042babd97ff8230458c51ee6578f3a029
parent4feac28e0e4bbbcd7d503171b3867cb33fc4cca7
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.

llvm-svn: 174541
llvm/docs/CommandGuide/FileCheck.rst
llvm/test/FileCheck/dos-style-eol.txt [new file with mode: 0644]
llvm/utils/FileCheck/FileCheck.cpp