Commits

Ben Langmuir committed 40111a461a8
Fix module interface printing for submodules Previously we only printed submodules that were imported by the top-level module, which worked in the common case of inferred submodules of frameworks (e.g. Foundation.NSArray), but fell over when the submodules were explicit (e.g. OpenGL.GL), or just not imported by the top-level module. Swift SVN r20855