Skip to content

Commit cb5e3c3

Browse files
committed
Merge branch 'main' into redsun82/bzlmod
2 parents 3df3fbc + 339c890 commit cb5e3c3

File tree

21 files changed

+1587
-1172
lines changed

21 files changed

+1587
-1172
lines changed

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

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

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

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

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2164,6 +2164,11 @@ void initialization_with_destructor(bool b, char c) {
21642164
if (y == 1)
21652165
return;
21662166
}
2167+
2168+
for(vector<ClassWithDestructor> ys(x); ClassWithDestructor y : ys) {
2169+
ClassWithDestructor z1;
2170+
ClassWithDestructor z2;
2171+
}
21672172
}
21682173

21692174
void static_variable_with_destructor_1() {

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

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

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

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

csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/Assemblies.expected

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

csharp/ql/integration-tests/all-platforms/standalone_dependencies_net48/Assemblies.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ private string getPath(Assembly a) {
44
not a.getCompilation().getOutputAssembly() = a and
55
exists(string s | s = a.getFile().getAbsolutePath() |
66
result =
7-
s.substring(s.indexOf("test-db/working/") + "test-db/working/".length() + 16 +
8-
"/packages".length(), s.length())
7+
"[...]" +
8+
s.substring(s.indexOf("test-db/working/") + "test-db/working/".length() + 16 +
9+
"/packages".length(), s.length())
910
or
1011
result = s and
1112
not exists(s.indexOf("test-db/working/"))

csharp/ql/integration-tests/posix-only/standalone_dependencies/Assemblies.expected

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

csharp/ql/integration-tests/posix-only/standalone_dependencies/Assemblies.ql

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ private string getPath(Assembly a) {
44
not a.getCompilation().getOutputAssembly() = a and
55
exists(string s | s = a.getFile().getAbsolutePath() |
66
result =
7-
s.substring(s.indexOf("test-db/working/") + "test-db/working/".length() + 16 +
8-
"/packages".length(), s.length())
7+
"[...]" +
8+
s.substring(s.indexOf("test-db/working/") + "test-db/working/".length() + 16 +
9+
"/packages".length(), s.length())
910
or
1011
result = s and
1112
not exists(s.indexOf("test-db/working/"))

csharp/ql/integration-tests/posix-only/standalone_dependencies_multi_target/Assemblies.expected

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

0 commit comments

Comments
 (0)