[clangd] Remove redundant semi-colon.

llvm-svn: 370763
This commit is contained in:
Michael Liao 2019-09-03 15:02:46 +00:00
parent 99525bbe49
commit de52403843
1 changed files with 1 additions and 1 deletions

View File

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