Module interface printing: don't print submodules (either implicit of explicit)

of the module being printed

rdar://16497611


Swift SVN r15800
This commit is contained in:
Dmitri Hrybenko
2014-04-02 14:54:39 +00:00
parent 9dc1d223d3
commit d72109e97d
5 changed files with 51 additions and 87 deletions

View File

@@ -144,7 +144,7 @@ class SerializedASTFile final : public LoadedFile {
: LoadedFile(FileUnitKind::SerializedAST, M), File(file) {}
public:
ModuleFile &getFile() { return File; }
ModuleFile &getFile() const { return File; }
virtual bool isSystemModule() const override;