[clang] [compiler-rt] [clang][UBSan] Add implicit conversion check for bitfields (PR #75481)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 15:57:28 PDT 2024


================
@@ -147,6 +147,7 @@ struct ImplicitConversionData {
   const TypeDescriptor &FromType;
   const TypeDescriptor &ToType;
   /* ImplicitConversionCheckKind */ unsigned char Kind;
+  unsigned int BitfieldBits;
----------------
efriedma-quic wrote:

Do we have an ABI stability policy for UBsan?  Is the change allowed under it?

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


More information about the cfe-commits mailing list