Commits

Chris Lattner committed 1e934dd4329
fix <rdar://problem/20927707> QoI: 'variable was never mutated' noisy when only part of a destructured tuple is mutated If a 'var' pattern binding contains multiple vardecls and some are mutated but others aren't, don't warn about the non-mutated ones as being potential candidates for 'let's since there is no great way to rewrite the code to silence the warning. Swift SVN r28629