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 69a77d8 + 30defa2 commit c5ad723Copy full SHA for c5ad723
include/swift/RemoteInspection/TypeLowering.h
@@ -363,7 +363,7 @@ class ArrayTypeInfo : public TypeInfo {
363
int *extraInhabitantIndex) const override;
364
365
BitMask getSpareBits(TypeConverter &TC, bool &hasAddrOnly) const override;
366
-
+ const TypeInfo *getElementTypeInfo() const { return ElementTI; }
367
static bool classof(const TypeInfo *TI) {
368
return TI->getKind() == TypeInfoKind::Array;
369
}
0 commit comments