We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c872dd7 + 0180055 commit 46170ccCopy full SHA for 46170cc
lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp
@@ -1265,6 +1265,7 @@ static const char *getImportFailureString(swift::serialization::Status status) {
1265
return "The module file was built for a target newer than the current "
1266
"target.";
1267
}
1268
+ llvm_unreachable("covered switch");
1269
1270
1271
/// Initialize the compiler invocation with it the search paths from a
@@ -2991,6 +2992,7 @@ class SwiftDWARFImporterDelegate : public swift::DWARFImporterDelegate {
2991
2992
// described in DWARF.
2993
return true;
2994
2995
2996
2997
2998
clang::Decl *GetDeclForTypeAndKind(clang::QualType qual_type,
0 commit comments