Validate that we properly generating a single line ending on Windows when using -frewrite-includes. Otherwise we're breaking split-line macros. The test fails before D99837.
See discussion in https://reviews.llvm.org/D96363#2650460 and D99426
Differential D99973
[Windows] Add test coverage for line endings when rewriting includes aganea on Apr 6 2021, 10:23 AM. Authored by
Details Validate that we properly generating a single line ending on Windows when using -frewrite-includes. Otherwise we're breaking split-line macros. The test fails before D99837. See discussion in https://reviews.llvm.org/D96363#2650460 and D99426
Diff Detail
Event TimelineComment Actions Not very familiar with the feature, but from the linked discussion it looks sensible to me, so +1, I can give a formal stamp a bit later if nobody else does.
|
I guess the missing newline at end of file isn't one of the aspects that needs to be tested?