[Sema] Remove an unreachable llvm_unreachable
No functionality change is intended. llvm-svn: 250935
This commit is contained in:
parent
86696f38ea
commit
cfa34fe9b4
@ -12709,7 +12709,6 @@ NamedDecl *Sema::ActOnFriendFunctionDecl(Scope *S, Declarator &D,
|
||||
case UnqualifiedId::IK_OperatorFunctionId:
|
||||
case UnqualifiedId::IK_TemplateId:
|
||||
break;
|
||||
llvm_unreachable("Didn't expect this kind of unqualified-id!");
|
||||
}
|
||||
// This implies that it has to be an operator or function.
|
||||
if (DiagArg >= 0) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user