mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
AST: add feature flag "FixedArrays"
This commit is contained in:
@@ -3616,6 +3616,10 @@ static bool usesFeatureNonEscapableTypes(Decl *decl) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool usesFeatureFixedArrays(Decl *decl) {
|
||||
return false;
|
||||
}
|
||||
|
||||
static bool hasParameterPacks(Decl *decl) {
|
||||
if (auto genericContext = decl->getAsGenericContext()) {
|
||||
auto sig = genericContext->getGenericSignature();
|
||||
|
||||
Reference in New Issue
Block a user