Commits

Chris Lattner committed 15be357ee1d
when DI is reporting an error about a multi-element access, indicate the first element that is undefined, not the first element being accessed. In the example, passing the tuple inout uses both elements, but the first element is initialized, so we should complain about t2.1 being uninitialized, not t2.0 Swift SVN r10822