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 66b4267 commit 92427e6Copy full SHA for 92427e6
cpp/autosar/test/rules/A18-1-1/test.cpp
@@ -11,6 +11,6 @@ int test_c_arrays() {
11
int x[100]; // NON_COMPLIANT
12
constexpr int a[]{0, 1, 2}; // NON_COMPLIANT
13
14
- __func__; // COMPLAINT
+ __func__; // COMPLIANT
15
return 0;
16
-}
+}
0 commit comments