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 3afe8eb commit 30defa2Copy full SHA for 30defa2
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