================
@@ -527,9 +525,8 @@ void FunctionCognitiveComplexityCheck::check(
 
   // Output all the basic increments of complexity.
   for (const auto &Detail : Visitor.CC.Details) {
-    unsigned MsgId = 0;          // The id of the message to output.
-    unsigned short Increase = 0; // How much of an increment?
-    std::tie(MsgId, Increase) = Detail.process();
+    // How much of an increment?
----------------
vbvictor wrote:

```suggestion
```

https://github.com/llvm/llvm-project/pull/214022
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to