Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 285f8b0 commit 8e9aeffCopy full SHA for 8e9aeff
2 files changed
cpp/ql/test/header-variant-tests/multi-target-includes/arrays.expected
@@ -1 +1 @@
1
-| common.h:5:12:5:18 | myArray | int[1] |
+| common.h:5:12:5:18 | myArray | int[8] |
cpp/ql/test/library-tests/variables/global/variables.expected
@@ -1,5 +1,5 @@
-| a.c:4:5:4:6 | is | array of {int} | 1 |
2
-| a.h:2:12:2:13 | is | array of 4 {int} | 1 |
+| a.c:4:5:4:6 | is | array of 4 {int} | 2 |
+| a.c:4:5:4:6 | is | array of {int} | 2 |
3
| file://:0:0:0:0 | fp_offset | unsigned int | 1 |
4
| file://:0:0:0:0 | gp_offset | unsigned int | 1 |
5
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | 1 |
0 commit comments