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 41e9bb0 commit c486f48Copy full SHA for c486f48
cpp/autosar/test/rules/M4-10-2/test.cpp
@@ -23,6 +23,5 @@ void test_nullptr() {
23
f3(f1, nullptr); // COMPLIANT - use of nullptr
24
f1(NULL); // COMPLIANT - use of NULL macro is compliant according to this rule
25
// only
26
- f1('\0'); // COMPLIANT - use of octal escape 0 is not covered by this rule
27
ClassA a = CLASSA_INIT; // COMPLIANT
28
}
0 commit comments