Commits

Ben Langmuir committed c5fbbc0d38f
[SourceEntityWalker] Pass module DeclRef through visitModuleReference This returns to the behaviour we had before ModuleDecl came about. It fixes an assertion in SourceKit concerning the kinds of decls we will visit in visitDeclReference. As the comments indicate, we need this special case until Swift supports first class submodules. Swift SVN r28934