Commits

Joe Groff committed 6d284b24382
IRGen: Emit class properties as @objc class methods (not instance methods). Somewhere along the line, @objc inference started accepting class properties, but IRGen never got the memo, so we emitted metadata for the property and its accessor methods as if it were an instance property. Fixes <rdar://problem/17523205>. Swift SVN r19489