Commits

Xi Ge committed a83a8e4f340
[CodeCompletion] avoid duplicating keywords. When a developer auto-completes an override function, we collect the keywords that have already been specified by the developer, so that the code completion strings do not duplicate them. rdar://16738036 Swift SVN r26230