Commits

Chris Lattner committed faa2ff7497c
Implement <rdar://problem/16664902> No warning produced for types inferred to have type 'AnyObject?' This generalizes our checks that warn about type inference to ()/AnyObject/AnyClass to also warn about optional versions of those as well. Swift SVN r16641