================
@@ -468,11 +442,9 @@ static StringRef getModifierName(ModifierType MT) {
return "objcclass";
case MT_ObjCInstance:
return "objcinstance";
- case MT_Unknown:
+ default:
----------------
jurahul wrote:
Done now.
https://github.com/llvm/llvm-project/pull/115573