We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf97331 commit b7aec2cCopy full SHA for b7aec2c
cpp/cert/test/rules/CTR55-CPP/DoNotUseAnAdditiveOperatorOnAnIterator.expected
@@ -2,5 +2,5 @@
2
| test.cpp:9:9:9:9 | i | Increment of iterator may overflow since its bounds are not checked. |
3
| test.cpp:10:9:10:9 | i | Increment of iterator may overflow since its bounds are not checked. |
4
| test.cpp:22:18:22:18 | i | Increment of iterator may overflow since its bounds are not checked. |
5
-| test.cpp:27:31:27:31 | i | Increment of iterator may overflow since its bounds are not checked. |
6
-| test.cpp:40:5:40:8 | end2 | Increment of iterator may overflow since its bounds are not checked. |
+| test.cpp:28:31:28:31 | i | Increment of iterator may overflow since its bounds are not checked. |
+| test.cpp:41:5:41:8 | end2 | Increment of iterator may overflow since its bounds are not checked. |
0 commit comments