We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 06ebaab + 9458faa commit 8298587Copy full SHA for 8298587
clang/lib/CIR/CodeGen/CIRGenFunction.h
@@ -1313,10 +1313,10 @@ class CIRGenFunction : public CIRGenTypeCache {
1313
1314
mlir::Value emitCXXNewExpr(const CXXNewExpr *e);
1315
1316
- void emitNewArrayInitializer(const CXXNewExpr *E, QualType ElementType,
1317
- mlir::Type ElementTy, Address BeginPtr,
1318
- mlir::Value NumElements,
1319
- mlir::Value AllocSizeWithoutCookie);
+ void emitNewArrayInitializer(const CXXNewExpr *e, QualType elementType,
+ mlir::Type elementTy, Address beginPtr,
+ mlir::Value numElements,
+ mlir::Value allocSizeWithoutCookie);
1320
1321
RValue emitCXXOperatorMemberCallExpr(const CXXOperatorCallExpr *e,
1322
const CXXMethodDecl *md,
0 commit comments