[clang] [compiler-rt] [clang][UBSan] Add implicit conversion check for bitfields (PR #75481)
    Axel Lundberg via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Mar 14 01:39:13 PDT 2024
    
    
  
================
@@ -147,6 +147,7 @@ struct ImplicitConversionData {
   const TypeDescriptor &FromType;
   const TypeDescriptor &ToType;
   /* ImplicitConversionCheckKind */ unsigned char Kind;
+  unsigned int BitfieldBits;
----------------
Zonotora wrote:
@zygoloid 
https://github.com/llvm/llvm-project/pull/75481
    
    
More information about the llvm-commits
mailing list