enum class LangOptions::CoreFoundationABI

Declared at: clang/include/clang/Basic/LangOptions.h:231

Enumerators

NameValueComment
Unspecified0No interoperability ABI has been specified
Standalone1CoreFoundation does not have any language interoperability
ObjectiveC2Interoperability with the ObjectiveC runtime
Swift3Interoperability with the latest known version of the Swift runtime
Swift5_04Interoperability with the Swift 5.0 runtime
Swift4_25Interoperability with the Swift 4.2 runtime
Swift4_16Interoperability with the Swift 4.1 runtime