Commits

Doug Gregor committed b8ad66eb186
PrintAsObjC: Print property getter/setter names when they differ from the defaults. We were printing getter/setter names when the property came from Objective-C initially, which is incorrect: we should print them when the names differ from what Objective-C would compute by default. This finishes rdar://problem/19408726, which was mostly in place a while ago. Swift SVN r28783