mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix up a bunch of filtering-by-decl-access-path.
Mostly cleanup, a few filled-in FIXMEs to filter out decls that don't match the access path name. Swift SVN r6850
This commit is contained in:
@@ -407,8 +407,6 @@ void Module::forAllVisibleModules(Optional<AccessPathTy> thisPath, F fn) {
|
||||
if (thisPath.hasValue()) {
|
||||
queue.push_back(ImportedModule(thisPath.getValue(), this));
|
||||
} else {
|
||||
// FIXME: The same module with different access paths may have different
|
||||
// re-exports.
|
||||
visited.insert(ImportedModule({}, this));
|
||||
getReexportedModules(queue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user