Commits

Jordan Rose committed d83db6123a3
[PrintAsObjC] Put "copy" in the property decls for value types. (#3141) Bridged value types are implicitly copied as part of bridging. This isn't 100% correct because it doesn't handle bridged types that /don't/ conform to NSCopying, but there aren't any of those today and there probably shouldn't be. rdar://problem/26917017