Commits

Dmitri Hrybenko committed a6519a907d8
Code completion: implement code completion for dot member access on clang modules Because we don't want FooModule.#^A^# to show completion results for other clang modules, global completion cache was replaced with a per-module cache. Swift SVN r6951