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

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 12 10:59:06 PDT 2024


================
@@ -5571,11 +5571,52 @@ LValue CodeGenFunction::EmitBinaryOperatorLValue(const BinaryOperator *E) {
       break;
     }
 
-    RValue RV = EmitAnyExpr(E->getRHS());
+    llvm::Value *Previous = nullptr;
----------------
efriedma-quic wrote:

Sure, if you want to leave the larger refactoring for later, that's fine.

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


More information about the cfe-commits mailing list