Skip to content

Commit 0aa6e59

Browse files
committed
Revert "Rename merged out of sync."
This reverts commit f9c4191.
1 parent f9c4191 commit 0aa6e59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8314,11 +8314,11 @@ bool SwiftASTContext::CacheUserImports(SwiftASTContext &swift_ast_context,
83148314
llvm::SmallVector<swift::ModuleDecl::ImportedModule, 2> parsed_imports;
83158315

83168316
swift::ModuleDecl::ImportFilter import_filter {
8317-
swift::ModuleDecl::ImportFilterKind::Private,
8318-
swift::ModuleDecl::ImportFilterKind::Public,
8317+
swift::ModuleDecl::ImportFilterKind::Exported,
8318+
swift::ModuleDecl::ImportFilterKind::Default,
83198319
swift::ModuleDecl::ImportFilterKind::ImplementationOnly,
83208320
swift::ModuleDecl::ImportFilterKind::SPIAccessControl,
8321-
swift::ModuleDecl::ImportFilterKind::ShadowedBySeparateOverlay
8321+
swift::ModuleDecl::ImportFilterKind::ShadowedByCrossImportOverlay
83228322
};
83238323

83248324
source_file.getImportedModules(parsed_imports, import_filter);

0 commit comments

Comments
 (0)