[clang] [llvm] [z/OS] treat text files as text files so auto-conversion is done (PR #90128)

via cfe-commits cfe-commits at lists.llvm.org
Wed May 1 01:49:10 PDT 2024


mydeveloperday wrote:

> > We don't normally commit in clang-format with a unit test
> 
> I assume you mean "without a unit test". In this case the unit test is the existing test cases. Some fail on z/OS because the files are not read in as text. It's not really possible to detect this issue on other platforms. I can't think of a new unit test that wouldn't duplicate what we already have.

No its ok.. we kind of have a rule witrh clang-format that all commits need some form of test, but again I can understand this is hard to test. Go ahead.

https://github.com/llvm/llvm-project/pull/90128


More information about the cfe-commits mailing list