Commits

Chris Lattner committed 3a58ca60fed
improve the location information for the "all members must be initialized before 'return nil' in a initializer" diagnostic by chasing dataflow information more aggressively. We now generally point at the problematic return instead of the init containing it. Swift SVN r27474