forked from OSchip/llvm-project
Fix MSVC "not all control paths return a value" warning. NFCI.
llvm-svn: 344844
This commit is contained in:
parent
a7d1a7ce0d
commit
ad28838111
|
@ -160,6 +160,7 @@ FileSymbols::buildIndex(IndexType Type, ArrayRef<std::string> URISchemes) {
|
|||
std::move(RefsStorage)),
|
||||
StorageSize, std::move(URISchemes));
|
||||
}
|
||||
llvm_unreachable("Unknown clangd::IndexType");
|
||||
}
|
||||
|
||||
FileIndex::FileIndex(std::vector<std::string> URISchemes, bool UseDex)
|
||||
|
|
Loading…
Reference in New Issue