Skip to content
Snippets Groups Projects
Commit 411b3e22 authored by Johannes Altmanninger's avatar Johannes Altmanninger
Browse files

[clang-diff] Fix compiler warning

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@311249 91177308-0d34-0410-b5e6-96231b3b80d8
parent 1e7d61fd
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,7 @@ static std::string getChangeKindAbbr(diff::ChangeKind Kind) {
case diff::UpdateMove:
return "u m";
}
llvm_unreachable("Invalid enumeration value.");
}
static unsigned printHtmlForNode(raw_ostream &OS, const diff::ASTDiff &Diff,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment