Commits

Ben Langmuir committed 7fcd0eeae58
[CodeCompletion] Add 'throws' and 'rethrows' to call descriptions Completions for calling functions will now show 'throws' in the description text so that users can differentiate throwing and non-throwing calls. We don't insert this into the source text, since it's not part of the call syntax. rdar://problem/20978869 Swift SVN r28791