Commits

Xi Ge committed ef3b45871b1
[CodeComplete] Complete arguments of call expressions. When users invoke code completion at an argument position, we suggest argument names, if required however not specified, or a list of argument values. These values are annotated with their type relation to the expected argument types, so that Xcode can prioritize those values that apply over those that do not. This also fixes: rdar://21727063 Swift SVN r31505