Commits

Chris Lattner committed 079173ce5bf
Dial back the warning about "type inferred to AnyObject may be unexpected" in an if/let conditional context. There is no point diagnosing it here (just like a foreach loop) because the if/let is just unwrapping the optional in the initializer expression. Removing this requirement eliminates a bunch of extraneous type annotations in the testsuite. Swift SVN r25370