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.
1 parent 15da5c8 commit 6b652beCopy full SHA for 6b652be
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -3295,6 +3295,8 @@ class SwiftDWARFImporterDelegate : public swift::DWARFImporterDelegate {
3295
for (size_t i = 0; i != images.GetSize(); ++i) {
3296
auto module_sp = images.GetModuleAtIndex(i);
3297
auto *swift_ast_ctx = GetModuleSwiftASTContext(*module_sp);
3298
+ if (!swift_ast_ctx)
3299
+ continue;
3300
auto *dwarf_imp = static_cast<SwiftDWARFImporterDelegate *>(
3301
swift_ast_ctx->GetDWARFImporterDelegate());
3302
if (!dwarf_imp || dwarf_imp == this)
0 commit comments