We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c20066 commit 6a1b283Copy full SHA for 6a1b283
cpp/autosar/test/rules/M0-1-10.1/test.cpp
@@ -20,7 +20,7 @@ std::int32_t func1() { // COMPLIANT: Called from main
20
return mains::var + func2(); // func2 called here.
21
}
22
23
-std::int32_t uncalled_func() // NON COMPLIANT: Not called.
+std::int32_t uncalled_func() // NON_COMPLIANT: Not called.
24
{
25
return mains::var + func1(); // func1 called here.
26
0 commit comments