Commits
Dmitri Hrybenko committed dcd26e8a1ff
Code completion: implement completion of imported Clang declarations by first importing them Because going through the import for every code completion request is slow, Clang code completion results are cached in the CodeCompletionContext. The cache needs to be invalidated whenever a new Clang module is loaded. In order to implement this, ModuleLoadListener class was added. Swift SVN r6505