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)
commit4cc74fcba06ce43ee325510dc6137bd050f96c68
tree7c1ef5e32c401110c0c60a02aa37c125736cf4fc
parentc3662eeaa4a1a4061fc6d5c81e3eed48c5d9da26
Canonicalize line endings to Linux style also when the --strict-whitespace flag is in use. This flag is supposed to affect horizontal whitespaces only.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174541 91177308-0d34-0410-b5e6-96231b3b80d8
docs/CommandGuide/FileCheck.rst
test/FileCheck/dos-style-eol.txt [new file with mode: 0644]
utils/FileCheck/FileCheck.cpp