Fix MSVC "not all control paths return a value" warning. NFC.
This commit is contained in:
parent
94d3df2015
commit
fceec8dcd8
@ -53,6 +53,7 @@ std::vector<SymbolLocation> locateSymbol(const Symbol &S) {
|
||||
case Symbol::Macro:
|
||||
return {SymbolLocation(S.macro().Definition)};
|
||||
}
|
||||
llvm_unreachable("Unknown Symbol::Kind enum");
|
||||
}
|
||||
|
||||
} // namespace clang::include_cleaner
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user