forked from github/codeql-coding-standards
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUseValidIteratorRanges.expected
More file actions
25 lines (25 loc) · 4.05 KB
/
UseValidIteratorRanges.expected
File metadata and controls
25 lines (25 loc) · 4.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
WARNING: module 'DataFlow' has been deprecated and may be removed in future (UseValidIteratorRanges.ql:29,5-13)
WARNING: module 'DataFlow' has been deprecated and may be removed in future (UseValidIteratorRanges.ql:29,25-33)
WARNING: module 'DataFlow' has been deprecated and may be removed in future (UseValidIteratorRanges.ql:30,7-15)
WARNING: module 'DataFlow' has been deprecated and may be removed in future (UseValidIteratorRanges.ql:36,5-13)
WARNING: module 'DataFlow' has been deprecated and may be removed in future (UseValidIteratorRanges.ql:36,25-33)
WARNING: module 'DataFlow' has been deprecated and may be removed in future (UseValidIteratorRanges.ql:37,7-15)
| test.cpp:7:3:7:15 | call to for_each | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:7:28:7:32 | call to begin | argument |
| test.cpp:7:3:7:15 | call to for_each | The $@ of iterator range function does not point to the start of an iterator. | test.cpp:7:19:7:21 | call to end | argument |
| test.cpp:8:3:8:15 | call to for_each | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:8:30:8:34 | call to begin | argument |
| test.cpp:9:3:9:15 | call to for_each | The $@ of iterator range function does not point to the start of an iterator. | test.cpp:9:19:9:21 | call to end | argument |
| test.cpp:12:3:12:15 | call to for_each | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:12:28:12:32 | call to begin | argument |
| test.cpp:12:3:12:15 | call to for_each | The $@ of iterator range function does not point to the start of an iterator. | test.cpp:12:19:12:21 | call to end | argument |
| test.cpp:12:3:12:15 | call to for_each | The start range $@ of iterator range function does not point to the same container as its corresponding end argument. | test.cpp:12:19:12:21 | call to end | argument |
| test.cpp:13:3:13:15 | call to for_each | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:13:30:13:34 | call to begin | argument |
| test.cpp:13:3:13:15 | call to for_each | The start range $@ of iterator range function does not point to the same container as its corresponding end argument. | test.cpp:13:19:13:23 | call to begin | argument |
| test.cpp:14:3:14:15 | call to for_each | The start range $@ of iterator range function does not point to the same container as its corresponding end argument. | test.cpp:14:19:14:23 | call to begin | argument |
| test.cpp:18:13:18:23 | call to remove | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:18:36:18:40 | call to begin | argument |
| test.cpp:18:13:18:23 | call to remove | The $@ of iterator range function does not point to the start of an iterator. | test.cpp:18:27:18:29 | call to end | argument |
| test.cpp:19:13:19:23 | call to remove | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:19:38:19:42 | call to begin | argument |
| test.cpp:22:13:22:23 | call to remove | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:22:36:22:40 | call to begin | argument |
| test.cpp:22:13:22:23 | call to remove | The $@ of iterator range function does not point to the start of an iterator. | test.cpp:22:27:22:29 | call to end | argument |
| test.cpp:22:13:22:23 | call to remove | The start range $@ of iterator range function does not point to the same container as its corresponding end argument. | test.cpp:22:27:22:29 | call to end | argument |
| test.cpp:23:13:23:23 | call to remove | The $@ of iterator range function does not point to the end of an iterator. | test.cpp:23:38:23:42 | call to begin | argument |
| test.cpp:23:13:23:23 | call to remove | The start range $@ of iterator range function does not point to the same container as its corresponding end argument. | test.cpp:23:27:23:31 | call to begin | argument |
| test.cpp:24:13:24:23 | call to remove | The start range $@ of iterator range function does not point to the same container as its corresponding end argument. | test.cpp:24:27:24:31 | call to begin | argument |