Commits

Jordan Rose committed ed8f1c578ea
Handle scoped imports for Clang submodules. "import func Darwin.C.math.hypot" will now work to just import "hypot". (Since 'Darwin.C.math' is an implicit submodule of 'Darwin', "import func Darwin.hypot" also works. That's okay.) <rdar://problem/17272311> Swift SVN r20356