Commits

Joe Groff committed be3f4ae1ec1
IRGen: Emit ObjC methods for properties. Emit getter and setter ObjC methods and selectors for Swift properties declared in ObjC classes or extensions. If the type of the property is an ObjC class, also emit special-cased ObjC formal property metadata for the property as if it were declared @property (nonatomic, {readonly,strong}) in ObjC. Swift SVN r4207