Windows newlines not handled correctly.

Description

Run clang-modernize over something as simple as this with CRLF newlines and it will insert an additional CR before every CRLF in the file.

void foo() {
int *x = 0;
}

Reporter: Nikola Smiljanic
E-mail: popizdeh@gmail.com

Environment

None

Activity

Details

Assignee

Created November 24, 2014 at 5:25 AM
Updated November 24, 2014 at 5:25 AM