Commits

Doug Gregor committed c9fd60155ed
Diagnose an extraneous keyword when calling a single-parameter function with no keyword argument. This is the simplest case to test the infrastructure for adding/removing/fixing keyword arguments at the call site that don't line up with the keyword arguments in a declaration. Baby steps toward <rdar://problem/14462349>. Swift SVN r17136