Commits

Chris Lattner committed f88133cb924
Fix <rdar://problem/18851497> Swiftc fails to compile nested destructuring tuple binding When imploding a tuple element, not all of the active values may be used (because there may be subsequent tuple elements), so remove a bogus assert. Fix tuple implosion to remove the elements from the 'values' list of things in the rvalue because this may be in a nested tuple context. It turns out not to be related to the stuff I'm working on afterall, but good to fix. Swift SVN r26909