Files
codeql/cpp/ql/test/library-tests/variables/global/variables.expected
Ian Lynagh fb62ce6d25 C++: Give fewer types to global variables
Follows change in the extractor.
2020-08-24 00:49:33 +01:00

6 lines
268 B
Plaintext

| a.c:4:5:4:6 | is | array of {int} | 1 |
| 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 |
| file://:0:0:0:0 | reg_save_area | pointer to {void} | 1 |