mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[AST] Move ModuleEntity from libIDE to libAST so that the ASTPrinter can use it.
Swift SVN r23680
This commit is contained in:
@@ -57,7 +57,7 @@ private:
|
||||
void printTypeRef(const TypeDecl *TD, Identifier Name) override {
|
||||
return OtherPrinter.printTypeRef(TD, Name);
|
||||
}
|
||||
void printModuleRef(const Module *Mod, Identifier Name) override {
|
||||
void printModuleRef(ModuleEntity Mod, Identifier Name) override {
|
||||
return OtherPrinter.printModuleRef(Mod, Name);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user