Commits

Jordan Rose committed 135e9b99f14
[PrintAsObjC] Emit Xcode-7-compatible class properties. 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