We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ConstString
std::string
1 parent bc8464f commit df177d6Copy full SHA for df177d6
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -9221,7 +9221,7 @@ bool SwiftASTContext::GetCompileUnitImportsImpl(
9221
}
9222
9223
std::string category = "Importing Swift module dependencies for ";
9224
- category += compile_unit->GetPrimaryFile().GetFilename();
+ category += compile_unit->GetPrimaryFile().GetFilename().GetString();
9225
Progress progress(category, "", cu_imports.size());
9226
size_t completion = 0;
9227
for (const SourceModule &module : cu_imports) {
0 commit comments