forked from OSchip/llvm-project
Fix MSVC "not all control paths return a value" warning. NFCI.
llvm-svn: 370750
This commit is contained in:
parent
5f9aea72d6
commit
54b989cf98
|
@ -365,6 +365,7 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, DeclRelation R) {
|
|||
REL_CASE(TemplatePattern);
|
||||
#undef REL_CASE
|
||||
};
|
||||
llvm_unreachable("Unhandled DeclRelation enum");
|
||||
}
|
||||
llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, DeclRelationSet RS) {
|
||||
const char *Sep = "";
|
||||
|
|
Loading…
Reference in New Issue