Merge pull request #1123 from nickrolfe/tarballs

C++: accept test output from changes to extractor TRAP ordering
This commit is contained in:
ian-semmle
2019-03-18 17:31:17 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
| common.h:5:12:5:18 | myArray | int[1] |
| common.h:5:12:5:18 | myArray | int[8] |

View File

@@ -1,5 +1,5 @@
| a.c:4:5:4:6 | is | array of {int} | 1 |
| 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 |
| file://:0:0:0:0 | fp_offset | unsigned int | 1 |
| file://:0:0:0:0 | gp_offset | unsigned int | 1 |
| file://:0:0:0:0 | overflow_arg_area | pointer to {void} | 1 |