Merge pull request #42511 from zoecarver/add-flag-import-as-computed-property

This commit is contained in:
Zoe Carver
2022-04-20 22:47:21 -07:00
committed by GitHub
7 changed files with 29 additions and 9 deletions

View File

@@ -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