Closed
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