forked from OSchip/llvm-project
parent
99525bbe49
commit
de52403843
|
@ -364,7 +364,7 @@ llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, DeclRelation R) {
|
|||
REL_CASE(TemplateInstantiation);
|
||||
REL_CASE(TemplatePattern);
|
||||
#undef REL_CASE
|
||||
};
|
||||
}
|
||||
llvm_unreachable("Unhandled DeclRelation enum");
|
||||
}
|
||||
llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, DeclRelationSet RS) {
|
||||
|
|
Loading…
Reference in New Issue