felix642 wrote: > sounds better as the commit description. I agree, thank you for the suggestion.
>The CI failure is probably because the implicit type for E3 is not unsigned >int on Windows. You are right. I could not find a way to make this test platform independent. I would either have to include <type_traits> or add preprocessor definitions to check for the OS (which might also break in the future). So I have decided to remove this test, since it didn't really add any value to the test suite. https://github.com/llvm/llvm-project/pull/111424 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits