mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AST: Implement parsing support for the accepted spelling of @backDeployed for SE-0376.
For source compatibility `@_backDeploy` continues to be accepted as a spelling. rdar://102792909
This commit is contained in:
@@ -1093,9 +1093,10 @@ public:
|
||||
ParserResult<TransposeAttr> parseTransposeAttribute(SourceLoc AtLoc,
|
||||
SourceLoc Loc);
|
||||
|
||||
/// Parse the @_backDeploy attribute.
|
||||
bool parseBackDeployAttribute(DeclAttributes &Attributes, StringRef AttrName,
|
||||
SourceLoc AtLoc, SourceLoc Loc);
|
||||
/// Parse the @backDeployed attribute.
|
||||
bool parseBackDeployedAttribute(DeclAttributes &Attributes,
|
||||
StringRef AttrName, SourceLoc AtLoc,
|
||||
SourceLoc Loc);
|
||||
|
||||
/// Parse the @_documentation attribute.
|
||||
ParserResult<DocumentationAttr> parseDocumentationAttribute(SourceLoc AtLoc,
|
||||
|
||||
Reference in New Issue
Block a user