mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge branch 'main' into tbkka-assertions2
This commit is contained in:
@@ -1475,7 +1475,7 @@ SDKNodeInitInfo::SDKNodeInitInfo(SDKContext &Ctx, Decl *D):
|
||||
ObjCName(Ctx.getObjcName(D)),
|
||||
InitKind(Ctx.getInitKind(D)),
|
||||
IsImplicit(D->isImplicit()),
|
||||
IsDeprecated(D->getAttrs().getDeprecated(D->getASTContext())),
|
||||
IsDeprecated(D->getAttrs().isDeprecated(D->getASTContext())),
|
||||
IsABIPlaceholder(isABIPlaceholderRecursive(D)),
|
||||
IsFromExtension(isDeclaredInExtension(D)),
|
||||
DeclAttrs(collectDeclAttributes(D)) {
|
||||
|
||||
Reference in New Issue
Block a user