mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Fix warning in swift-api-digester
This commit is contained in:
@@ -363,6 +363,7 @@ StringRef SDKNodeType::getTypeRoleDescription() const {
|
||||
case SDKNodeKind::TypeWitness:
|
||||
return "type witness type";
|
||||
}
|
||||
llvm_unreachable("Unhandled SDKNodeKind in switch");
|
||||
}
|
||||
|
||||
SDKNode *SDKNodeRoot::getInstance(SDKContext &Ctx) {
|
||||
|
||||
Reference in New Issue
Block a user