This is an archive of the discontinued LLVM Phabricator instance.

Remove extraneous carriage-return control characters.
ClosedPublic

Authored by meheff on Jun 6 2014, 11:13 AM.

Details

Summary

A previous patch r210330 (and possibly another) introduced DOS-style newlines into a UNIX newline formatted file. This change removes them.

Diff Detail

Event Timeline

meheff updated this revision to Diff 10184.Jun 6 2014, 11:13 AM
meheff retitled this revision from to Remove extraneous carriage-return control characters..
meheff updated this object.
meheff edited the test plan for this revision. (Show Details)
meheff added reviewers: aaron.ballman, TylerNowicki.
meheff added a subscriber: Unknown Object (MLST).
rnk added a subscriber: rnk.Jun 6 2014, 11:29 AM

Is this all the DOS line endings from r210330? If not, we should get them all at once.

aaron.ballman edited edge metadata.Jun 6 2014, 11:42 AM

Ugh, sorry about the line endings, I hadn't noticed that from Tyler's
patch. I agree with Reid, we should get them all at once -- if this is
all of them, then LGTM!

~Aaron

meheff edited edge metadata.Jun 6 2014, 1:19 PM
meheff added a subscriber: Unknown Object (MLST).
meheff updated this revision to Diff 10190.Jun 6 2014, 1:22 PM
meheff added a comment.Jun 6 2014, 1:28 PM

This updated patch adds a couple files unrelated to r210330 with mixed newline formats. This covers all source code files in the codebase. Curiously, not all of the files from r210330 had this issue.

LGTM, thank you!

~Aaron

eliben accepted this revision.Jun 6 2014, 1:39 PM
eliben added a reviewer: eliben.
eliben added a subscriber: eliben.

r210369.

This revision is now accepted and ready to land.Jun 6 2014, 1:39 PM
edward-san closed this revision.Jun 9 2014, 10:27 AM
edward-san added a subscriber: edward-san.

Someone forgot to close this. ;)