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:
@@ -390,7 +390,7 @@ struct SILDeclRef {
|
||||
bool isNoinline() const;
|
||||
/// True if the function has __always inline attribute.
|
||||
bool isAlwaysInline() const;
|
||||
/// True if the function has the @_backDeploy attribute.
|
||||
/// True if the function has the @backDeployed attribute.
|
||||
bool isBackDeployed() const;
|
||||
|
||||
/// Return the expected linkage for a definition of this declaration.
|
||||
|
||||
Reference in New Issue
Block a user