We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05bf270 + a2eefa4 commit 4efa59dCopy full SHA for 4efa59d
cpp/autosar/test/rules/A13-5-3/UserDefinedConversionOperatorsShouldNotBeUsed.expected
@@ -1,4 +1,4 @@
1
| test.cpp:33:7:33:7 | call to operator A | User-defined conversion operators should not be used. |
2
| test.cpp:35:24:35:24 | call to operator A * | User-defined conversion operators should not be used. |
3
-| test.cpp:37:15:37:15 | call to operator B::array_A * | User-defined conversion operators should not be used. |
+| test.cpp:37:15:37:15 | call to operator A (*)[3] | User-defined conversion operators should not be used. |
4
| test.cpp:41:7:41:7 | call to operator A * | User-defined conversion operators should not be used. |
0 commit comments