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 4700058 commit 4f46945Copy full SHA for 4f46945
llvm/tools/llvm-remarkutil/RemarkCounter.cpp
@@ -181,6 +181,7 @@ std::optional<std::string> Counter::getGroupByKey(const Remark &Remark) {
181
return Remark.Loc->SourceFilePath.str() + ":" + Remark.FunctionName.str();
182
return Remark.Loc->SourceFilePath.str();
183
}
184
+ llvm_unreachable("Fully covered switch above!");
185
186
187
void ArgumentCounter::collect(const Remark &Remark) {
0 commit comments