Skip to content

Commit 8298587

Browse files
AmrDevelopergithub-actions[bot]
authored andcommitted
Automerge: [CIR][NFC] Fix code style warnings (#163842)
Fix code style warnings in the emitNewArrayInitializer declaration
2 parents 06ebaab + 9458faa commit 8298587

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

clang/lib/CIR/CodeGen/CIRGenFunction.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1313,10 +1313,10 @@ class CIRGenFunction : public CIRGenTypeCache {
13131313

13141314
mlir::Value emitCXXNewExpr(const CXXNewExpr *e);
13151315

1316-
void emitNewArrayInitializer(const CXXNewExpr *E, QualType ElementType,
1317-
mlir::Type ElementTy, Address BeginPtr,
1318-
mlir::Value NumElements,
1319-
mlir::Value AllocSizeWithoutCookie);
1316+
void emitNewArrayInitializer(const CXXNewExpr *e, QualType elementType,
1317+
mlir::Type elementTy, Address beginPtr,
1318+
mlir::Value numElements,
1319+
mlir::Value allocSizeWithoutCookie);
13201320

13211321
RValue emitCXXOperatorMemberCallExpr(const CXXOperatorCallExpr *e,
13221322
const CXXMethodDecl *md,

0 commit comments

Comments
 (0)