Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1265,6 +1265,7 @@ static const char *getImportFailureString(swift::serialization::Status status) {
return "The module file was built for a target newer than the current "
"target.";
}
llvm_unreachable("covered switch");
}

/// Initialize the compiler invocation with it the search paths from a
Expand Down Expand Up @@ -2991,6 +2992,7 @@ class SwiftDWARFImporterDelegate : public swift::DWARFImporterDelegate {
// described in DWARF.
return true;
}
llvm_unreachable("covered switch");
}

clang::Decl *GetDeclForTypeAndKind(clang::QualType qual_type,
Expand Down