We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ab2ffe commit f1b4a3bCopy full SHA for f1b4a3b
llvm/tools/llvm-cov/CoverageExporterJson.cpp
@@ -118,6 +118,7 @@ json::Value renderCondState(const coverage::MCDCRecord::CondState CondState) {
118
case coverage::MCDCRecord::MCDC_False:
119
return json::Value(false);
120
}
121
+ llvm_unreachable("Unknown llvm::coverage::MCDCRecord::CondState enum");
122
123
124
json::Array gatherTestVectors(coverage::MCDCRecord &Record) {
0 commit comments