Commits

Doug Gregor committed d660aa8a817
[Swift 3 migration] Add renamedToProperty="propName" support to the attribute. When a function is renamed to a property, we can now express this transformation with @swift3_migration(renamedToProperty="propName"). Update the migration to handle rewriting declarations and use sites for this change.