forked from OSchip/llvm-project
[clangd] Silence GCC warning about falling off a fully covered switch.
llvm-svn: 295196
This commit is contained in:
parent
d811bdd61a
commit
fbe32f59c2
|
@ -51,6 +51,7 @@ static int getSeverity(DiagnosticsEngine::Level L) {
|
|||
case DiagnosticsEngine::Ignored:
|
||||
return 0;
|
||||
}
|
||||
llvm_unreachable("Unknown diagnostic level!");
|
||||
}
|
||||
|
||||
ASTManager::ASTManager(JSONOutput &Output, DocumentStore &Store)
|
||||
|
|
Loading…
Reference in New Issue