Commits

Xi Ge committed 2ebab526bfd
[FixCode] Apply coercion fixits on return statement and initialization as well. rdar://27891589 rdar://27891426 We saw manual migration is necessary on these cases to add 'as Type'. This patch starts to issue compiler fixits on return statement and initialization just like in other type-mismatch cases.