mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Parse: Require a "before: " label in the first item of the list in the @_backDeploy attribute in order to match the pitched syntax for the attribute. Refactor existing comma separated list parsing code to take advantage of part of it in the attribute parsing.
This commit is contained in:
@@ -258,6 +258,9 @@ SYNTAX_NODE_SERIALIZATION_CODES = {
|
||||
'PrimaryAssociatedTypeList' : 254,
|
||||
'PrimaryAssociatedType' : 255,
|
||||
'PrimaryAssociatedTypeClause' : 256,
|
||||
'BackDeployAttributeSpecList' : 257,
|
||||
'BackDeployVersionList' : 258,
|
||||
'BackDeployVersionArgument' : 259,
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user