enum class LangOptions::CoreFoundationABI
Declared at: clang/include/clang/Basic/LangOptions.h:231
Enumerators
Name | Value | Comment |
---|---|---|
Unspecified | 0 | No interoperability ABI has been specified |
Standalone | 1 | CoreFoundation does not have any language interoperability |
ObjectiveC | 2 | Interoperability with the ObjectiveC runtime |
Swift | 3 | Interoperability with the latest known version of the Swift runtime |
Swift5_0 | 4 | Interoperability with the Swift 5.0 runtime |
Swift4_2 | 5 | Interoperability with the Swift 4.2 runtime |
Swift4_1 | 6 | Interoperability with the Swift 4.1 runtime |