Skip to content

Commit c5de02f

Browse files
authored
Merge pull request #77628 from DougGregor/clang-importer-parse-request
[Clang importer] Use ParseSourceFileRequest for parsing swift_attr attributes
2 parents e3d2f75 + 24a12eb commit c5de02f

File tree

23 files changed

+294
-153
lines changed

23 files changed

+294
-153
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)