Skip to content

Commit 7872fc6

Browse files
committed
Introduce DeclAttribute::clone() to clone declaration attributes (obviously)
1 parent c7318ee commit 7872fc6

File tree

10 files changed

+236
-94
lines changed

10 files changed

+236
-94
lines changed

include/swift/AST/ASTBridging.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -694,11 +694,6 @@ BridgedInlineAttr BridgedInlineAttr_createParsed(BridgedASTContext cContext,
694694
BridgedSourceRange cRange,
695695
BridgedInlineKind cKind);
696696

697-
SWIFT_NAME("BridgedMainTypeAttr.createParsed(_:atLoc:nameLoc:)")
698-
BridgedMainTypeAttr BridgedMainTypeAttr_createParsed(BridgedASTContext cContext,
699-
BridgedSourceLoc cAtLoc,
700-
BridgedSourceLoc cNameLoc);
701-
702697
enum ENUM_EXTENSIBILITY_ATTR(closed) BridgedMacroSyntax {
703698
BridgedMacroSyntaxFreestanding,
704699
BridgedMacroSyntaxAttached,

0 commit comments

Comments
 (0)