Skip to content

Commit f9c4191

Browse files
committed
Rename merged out of sync.
1 parent 3ef1242 commit f9c4191

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::Exported,
8318-
swift::ModuleDecl::ImportFilterKind::Default,
8317+
swift::ModuleDecl::ImportFilterKind::Private,
8318+
swift::ModuleDecl::ImportFilterKind::Public,
83198319
swift::ModuleDecl::ImportFilterKind::ImplementationOnly,
83208320
swift::ModuleDecl::ImportFilterKind::SPIAccessControl,
8321-
swift::ModuleDecl::ImportFilterKind::ShadowedByCrossImportOverlay
8321+
swift::ModuleDecl::ImportFilterKind::ShadowedBySeparateOverlay
83228322
};
83238323

83248324
source_file.getImportedModules(parsed_imports, import_filter);

0 commit comments

Comments
 (0)