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.
1 parent c158759 commit 18e0fffCopy full SHA for 18e0fff
clang/lib/CIR/CodeGen/CIRGenFunction.h
@@ -1064,7 +1064,7 @@ class CIRGenFunction : public CIRGenTypeCache {
1064
/// even if no aggregate location is provided.
1065
RValue emitAnyExprToTemp(const clang::Expr *e);
1066
1067
- void emitArrayDestroy(mlir::Value begin, mlir::Value end,
+ void emitArrayDestroy(mlir::Value begin, mlir::Value numElements,
1068
QualType elementType, CharUnits elementAlign,
1069
Destroyer *destroyer);
1070
0 commit comments