mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user