Commits

Doug Gregor committed 667d90c1f44
Start diagnosing scalar-to-tuple conversions that are missing a keyword argument. Another baby step toward <rdar://problem/14462349>, made even more tepid by the fact that I've quarantined this behind a new flag, -strict-keyword-arguments. Enforcing this breaks a lot of code, so I'd like to bring up the new model on the side (with good diagnostics that include Fix-Its) before trolling through the entire standard library and testsuite to fix violations of these new rules. Swift SVN r17143