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 {
6666 insert_iterator_by_trait operator ++(int );
6767 insert_iterator_by_trait &operator --();
6868 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);
7171};
7272
7373template <>
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
44WARNING: Module DataFlow has been deprecated and may be removed in future (taint.ql:68,25-33)
55WARNING: Module TaintTracking has been deprecated and may be removed in future (taint.ql:73,20-33)
66testFailures
7- | standalone_iterators.cpp:95:15:95:25 | // $ ast,ir | Missing result:ir= |
87| 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= |
118failures
You can’t perform that action at this time.
0 commit comments