[clang] [CIR] CompoundLiteralExpr for Aggregate types (PR #164172)

Amr Hesham via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 20 11:57:50 PDT 2025


================
@@ -550,7 +576,7 @@ void AggExprEmitter::emitNullInitializationToLValue(mlir::Location loc,
       return;
     }
 
-    cgf.cgm.errorNYI("emitStoreThroughBitfieldLValue");
+    cgf.emitStoreThroughBitfieldLValue(RValue::get(null), lv);
----------------
AmrDeveloper wrote:

I removed the bit field for now because actually i need only the other part for a follow up PR :D

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


More information about the cfe-commits mailing list