Commit 53983804ce7f8a9fbe2316286e74bc9f60629694

Nick Wellnhofer 2022-01-25T03:08:22

Run CI tests with UBSan implicit-conversion checks This enables the remaining checks from the "integer" group: - implicit-unsigned-integer-truncation - implicit-signed-integer-truncation - implicit-integer-sign-change These checks can find all kinds of bugs and only require explicit casts if integer truncation or sign change is really intended.