Commits

Jordan Rose committed c92fa288333
Have ImportDecl vend a separate "module path" and "decl path". This makes it very clean to reason about which part should be used to find a module to load, and which part should be used to filter lookup within that module. This breaks the old "import swift.print" syntax in favor of the new "import func swift.print", but the new syntax is currently ignored. Swift SVN r6849