Fix MSVC "not all control paths return a value" warning. NFCI.

llvm-svn: 344844
This commit is contained in:
Simon Pilgrim 2018-10-20 13:18:49 +00:00
parent a7d1a7ce0d
commit ad28838111
1 changed files with 1 additions and 0 deletions

View File

@ -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)