Files
swift-mirror/lib/SILPasses/DefiniteInitialization.cpp
Chris Lattner 15be357ee1 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
2013-12-05 00:01:21 +00:00

50 KiB