Skip to content

Commit

Permalink
Handle DK_Remark
Browse files Browse the repository at this point in the history
  • Loading branch information
DougGregor committed Oct 13, 2017
1 parent 8cd677e commit 2915004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Frontend/DiagnosticVerifier.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ static std::string getDiagKindString(llvm::SourceMgr::DiagKind Kind) {
case llvm::SourceMgr::DK_Error: return "error";
case llvm::SourceMgr::DK_Warning: return "warning";
case llvm::SourceMgr::DK_Note: return "note";
case llvm::SourceMgr::DK_Remark: return "remark";
}

llvm_unreachable("Unhandled DiagKind in switch.");
Expand Down

0 comments on commit 2915004

Please sign in to comment.