Commits

Chris Lattner committed 2f04cb13f1f
Fix <rdar://problem/23550816> QoI: Poor diagnostic in argument list of "print" (varargs related) When passing a contextual type to a call, if we have a scalar element initializing a varargs parameter list, we need to use the varargs element type contextually. Fixing this improves some confusing diagnostics.