diff options
-rw-r--r-- | clang/tools/clang-diff/ClangDiff.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/tools/clang-diff/ClangDiff.cpp b/clang/tools/clang-diff/ClangDiff.cpp index c38b2062bea..7d6d9c81966 100644 --- a/clang/tools/clang-diff/ClangDiff.cpp +++ b/clang/tools/clang-diff/ClangDiff.cpp @@ -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, |