[PATCH] D117535: [clang-tidy] Force LF newlines when writing files
Arthur O'Dwyer via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 18 03:04:11 PST 2022
Quuxplusone accepted this revision.
Quuxplusone added a comment.
This revision is now accepted and ready to land.
LGTM FWIW.
I might even wonder why this code is using `io.open` instead of just plain `open`. (I didn't know `io.open` was a thing; StackOverflow tells me that it was something in Python2 but that in Python3 it's a synonym for `open`.)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117535/new/
https://reviews.llvm.org/D117535
More information about the cfe-commits
mailing list