Commits

Chris Willmore committed ab86515fb2b
<rdar://problem/19671476> Offer as -> as! changes in all nested contexts When generating constraints for an 'as' expression, consider the possibility that the code is supposed to be 'as!' instead of 'as'. Emit the appropriate fixit if that branch of the disjunction is chosen by the constraint solver. This is a more comprehensive fix for <rdar://problem/19499340> than the one in r24815. Swift SVN r24872