Commits

Ben Langmuir committed 83cfbae9054
[CodeCompletion] Add labels for first argument when not showing patterns When not completing a full call pattern for the first argument, such as here: foo(<here>, arg2: blah) we now show the argument label if appropriate. For rdar://problem/22804670 Swift SVN r32774