mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[Serialization] A module that shadows a system module, should be considered a system one as well.
Fixes rdar://16092932 Swift SVN r14263
This commit is contained in:
@@ -342,6 +342,9 @@ public:
|
||||
return Dependencies;
|
||||
}
|
||||
|
||||
/// The module shadowed by this module, if any.
|
||||
Module *getShadowedModule() const { return ShadowedModule; }
|
||||
|
||||
/// Searches the module's top-level decls for the given identifier.
|
||||
void lookupValue(Identifier name, SmallVectorImpl<ValueDecl*> &results);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user