Skip to content

Commit 8aeb756

Browse files
committed
C++: Add constructor and destructor for vector to IR test
1 parent b509645 commit 8aeb756

File tree

6 files changed

+20231
-20223
lines changed

6 files changed

+20231
-20223
lines changed

cpp/ql/test/library-tests/ir/ir/PrintAST.expected

Lines changed: 5747 additions & 5741 deletions
Large diffs are not rendered by default.

cpp/ql/test/library-tests/ir/ir/aliased_ir.expected

Lines changed: 5236 additions & 5236 deletions
Large diffs are not rendered by default.

cpp/ql/test/library-tests/ir/ir/ir.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,8 @@ struct vector {
10651065
bool operator!=(iterator right) const;
10661066
};
10671067

1068+
vector(T);
1069+
~vector();
10681070
iterator begin() const;
10691071
iterator end() const;
10701072
};

0 commit comments

Comments
 (0)