Commits

Doug Gregor committed a47917246cc
Import Objective-C properties with custom getter/setter methods. Retrieve the getter/setter selector from the underlying Clang node, when there is one. This allows using and overriding Objective-C properties that have custom getters and setters (i.e., for Boolean properties where the getter is named isPropName), which narrowly addresses <rdar://problem/15877160>. One cannot declare a property in Swift and give it a different selector. That would require a more general attribute such as <rdar://problem/16019773>. Swift SVN r13680