You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[clang] Restore has_feature(swiftasynccc) while swift moves to has_extension.
ea1fea6 added has_extension(swiftcc), but also turned swiftasynccc
from a feature to an extension. This breaks swift versions that predate
the transition (swiftlang/swift@1f91d9547fa).
Restore a temporary swiftasynccc feature to keep supporting older
versions.
rdar://133628186
0 commit comments