mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Merge pull request #1123 from nickrolfe/tarballs
C++: accept test output from changes to extractor TRAP ordering
This commit is contained in:
@@ -1 +1 @@
|
||||
| common.h:5:12:5:18 | myArray | int[1] |
|
||||
| common.h:5:12:5:18 | myArray | int[8] |
|
||||
|
||||
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user