-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Labels
SwiftParserBugs in the (new) Parser written in SwiftBugs in the (new) Parser written in SwiftenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
Swift offers a fixit for #else if -> #elseif.
We should also offer a fixit for #elif, eg:
error: use of unknown directive '#elif'
#elif arch(arm64)
^
error: unexpected 'if' keyword following '#else' conditional compilation directive; did you mean '#elseif'?
#else if arch(arm64)
~~~~~~^~
#elseif
rdar://103506087
Metadata
Metadata
Assignees
Labels
SwiftParserBugs in the (new) Parser written in SwiftBugs in the (new) Parser written in SwiftenhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers