This revision was automatically updated to reflect the committed changes.
Closed by commit rGe598913a4734: [clang-tidy] Force LF newlines when writing
files (authored by LegalizeAdulthood).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117535/new/
h
aaron.ballman accepted this revision.
aaron.ballman added a comment.
LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117535/new/
https://reviews.llvm.org/D117535
___
cfe-commits mailing list
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 Py
LegalizeAdulthood created this revision.
LegalizeAdulthood added reviewers: alexfh, Quuxplusone, aaron.ballman.
LegalizeAdulthood added a project: clang-tools-extra.
Herald added subscribers: carlosgalvezp, xazax.hun.
LegalizeAdulthood requested review of this revision.
The recommendation on Windo