We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 723863c commit c47d5a1Copy full SHA for c47d5a1
cpp/common/test/rules/unusedparameter/test.cpp
@@ -17,8 +17,8 @@ class A {
17
void c(int) {} // COMPLIANT
18
19
// This is a violation of Rule 0-2-2, and therefore flagged by the default
20
- // logic. However, this is allowed by additional exception in A0-1-4. See A0-1-4
21
- // and Rule 0-2-2 tests for full coverage.
+ // logic. However, this is allowed by additional exception in A0-1-4. See
+ // A0-1-4 and Rule 0-2-2 tests for full coverage.
22
virtual void d(int x, int y) {} // NON_COMPLIANT
23
};
24
0 commit comments