mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
There's not yet a released version of Apple Clang that supports Objective-C class properties, so make sure the generated header guards any uses of them with a __has_feature check, and provides declarations of the accessor methods as well. https://bugs.swift.org/browse/SR-1442