File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
cpp/misra/test/rules/RULE-28-3-1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- | test.cpp:51:35:51:49 | cmp_with_static | Predicate $@ has a $@. | test.cpp:43:6:43:20 | cmp_with_static | cmp_with_static | test.cpp:45:3:45:11 | ++ ... | persistent side effect |
2- | test.cpp:64:35:64:49 | cmp_with_global | Predicate $@ has a $@. | test.cpp:57:6:57:20 | cmp_with_global | cmp_with_global | test.cpp:58:3:58:26 | ++ ... | persistent side effect |
3- | test.cpp:77:3:77:11 | call to sort | Predicate $@ has a $@. | test.cpp:69:8:69:17 | operator() | operator() | test.cpp:70:5:70:28 | ++ ... | persistent side effect |
1+ | test.cpp:51:35:51:49 | cmp_with_static | Predicate $@ has a $@. | test.cpp:43:6:43:20 | cmp_with_static | cmp_with_static | test.cpp:45:3:45:11 | ++ ... | persistent side effect. |
2+ | test.cpp:64:35:64:49 | cmp_with_global | Predicate $@ has a $@. | test.cpp:57:6:57:20 | cmp_with_global | cmp_with_global | test.cpp:58:3:58:26 | ++ ... | persistent side effect. |
3+ | test.cpp:77:3:77:11 | call to sort | Predicate $@ has a $@. | test.cpp:69:8:69:17 | operator() | operator() | test.cpp:70:5:70:28 | ++ ... | persistent side effect. |
You can’t perform that action at this time.
0 commit comments