mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #42511 from zoecarver/add-flag-import-as-computed-property
This commit is contained in:
@@ -281,6 +281,9 @@ namespace swift {
|
||||
/// disabled because it is not complete.
|
||||
bool EnableCXXInterop = false;
|
||||
|
||||
/// Imports getters and setters as computed properties.
|
||||
bool CxxInteropGettersSettersAsProperties = false;
|
||||
|
||||
/// On Darwin platforms, use the pre-stable ABI's mark bit for Swift
|
||||
/// classes instead of the stable ABI's bit. This is needed when
|
||||
/// targeting OSes prior to macOS 10.14.4 and iOS 12.2, where
|
||||
|
||||
Reference in New Issue
Block a user