Skip to content

Commit 4535043

Browse files
committed
C++: Accept test changes.
1 parent 2ad8704 commit 4535043

2 files changed

Lines changed: 82 additions & 0 deletions

File tree

cpp/ql/test/library-tests/dataflow/external-models/validatemodels.expected

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
| Dubious member name "operator=" in summary model. |
44
| Dubious member name "operator[]" in summary model. |
55
| Dubious signature "(InputIterator,InputIterator,const Allocator &)" in summary model. |
6+
| Dubious signature "(const deque &)" in summary model. |
7+
| Dubious signature "(const deque &,const Allocator &)" in summary model. |
68
| Dubious signature "(const forward_list &)" in summary model. |
79
| Dubious signature "(const forward_list &,const Allocator &)" in summary model. |
810
| Dubious signature "(const list &)" in summary model. |
@@ -12,6 +14,8 @@
1214
| Dubious signature "(const_iterator,T &&)" in summary model. |
1315
| Dubious signature "(const_iterator,const T &)" in summary model. |
1416
| Dubious signature "(const_iterator,size_type,const T &)" in summary model. |
17+
| Dubious signature "(deque &&)" in summary model. |
18+
| Dubious signature "(deque &&,const Allocator &)" in summary model. |
1519
| Dubious signature "(forward_list &&)" in summary model. |
1620
| Dubious signature "(forward_list &&,const Allocator &)" in summary model. |
1721
| Dubious signature "(list &&)" in summary model. |

0 commit comments

Comments
 (0)