Commits

Dmitri Hrybenko committed fa5a82b29dc
Code completion: rename internal implementation functions from addSwiftZzz() to addZzz(). The 'Swift' part of the name was added because there was a codepath for completing swift decls and a different one for completing clang decls. Now we complete clang decls by first importing them, so the 'Swift' part of the name is just redundant. Swift SVN r7195