File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
cpp/ql/test/library-tests/dataflow/taint-tests Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -66,8 +66,8 @@ class insert_iterator_by_trait {
66
66
insert_iterator_by_trait operator ++(int );
67
67
insert_iterator_by_trait &operator --();
68
68
insert_iterator_by_trait operator --(int );
69
- insert_iterator_by_trait operator *();
70
- insert_iterator_by_trait operator =(int x);
69
+ insert_iterator_by_trait& operator *();
70
+ insert_iterator_by_trait& operator =(int x);
71
71
};
72
72
73
73
template <>
Original file line number Diff line number Diff line change @@ -4,8 +4,5 @@ WARNING: Module DataFlow has been deprecated and may be removed in future (taint
4
4
WARNING: Module DataFlow has been deprecated and may be removed in future (taint.ql:68,25-33)
5
5
WARNING: Module TaintTracking has been deprecated and may be removed in future (taint.ql:73,20-33)
6
6
testFailures
7
- | standalone_iterators.cpp:95:15:95:25 | // $ ast,ir | Missing result:ir= |
8
7
| standalone_iterators.cpp:112:11:112:21 | // $ ast,ir | Missing result:ir= |
9
- | standalone_iterators.cpp:116:11:116:21 | // $ ast,ir | Missing result:ir= |
10
- | standalone_iterators.cpp:117:12:117:22 | // $ ast,ir | Missing result:ir= |
11
8
failures
You can’t perform that action at this time.
0 commit comments