mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Add support for parsing @lifetime attribute to specify lifetime dependencies on declarations
This commit is contained in:
@@ -189,6 +189,8 @@ extension ASTGenVisitor {
|
||||
fatalError("unimplemented")
|
||||
case .allowFeatureSuppression:
|
||||
return self.generateAllowFeatureSuppressionAttr(attribute: node)?.asDeclAttribute
|
||||
case .lifetime:
|
||||
fatalError("unimplemented")
|
||||
|
||||
// Simple attributes.
|
||||
case .alwaysEmitConformanceMetadata,
|
||||
|
||||
Reference in New Issue
Block a user