Files
codeql/cpp/ql/test/library-tests/diagnostics/diags.expected
2018-08-02 17:53:23 +01:00

4 lines
559 B
Plaintext

| diagnostics.c:2:5:2:5 | invalid combination of type specifiers | 4 | bad_combination_of_type_specifiers | "diagnostics.c", line 2: error: invalid combination of type specifiers\n int int int i;\n ^\n\n |
| diagnostics.c:2:9:2:9 | invalid combination of type specifiers | 4 | bad_combination_of_type_specifiers | "diagnostics.c", line 2: error: invalid combination of type specifiers\n int int int i;\n ^\n\n |
| file://:0:0:0:0 | There was an error during this compilation | 4 | Error occurred | There was an error during this compilation |