forked from OSchip/llvm-project
Silence a control reaches end of function warning. Patch by Enea
Zaffanella. llvm-svn: 93743
This commit is contained in:
parent
cdb8575c9b
commit
211ed4826e
|
@ -43,6 +43,7 @@ public:
|
|||
case TypeLoc::CLASS: DISPATCH(CLASS##TypeLoc);
|
||||
#include "clang/AST/TypeLocNodes.def"
|
||||
}
|
||||
llvm_unreachable("unexpected type loc class!");
|
||||
}
|
||||
|
||||
#define TYPELOC(CLASS, PARENT) \
|
||||
|
|
Loading…
Reference in New Issue