[clang] [CIR][Upstream] Local initialization for ArrayType (PR #132974)
Amr Hesham via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 1 15:34:22 PDT 2025
================
@@ -110,6 +110,10 @@ class CIRGenFunction : public CIRGenTypeCache {
public:
mlir::Value createDummyValue(mlir::Location loc, clang::QualType qt);
+ void emitAggExpr(const clang::Expr *e, AggValueSlot slot);
----------------
AmrDeveloper wrote:
Done, thanks
https://github.com/llvm/llvm-project/pull/132974
More information about the cfe-commits
mailing list