Files
codeql/cpp/ql/test/query-tests/jsf/4.21 Operators/AV Rule 165/AV Rule 165.expected
2018-11-14 19:11:56 +00:00

10 lines
945 B
Plaintext

| test.c:6:6:6:8 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:9:7:9:9 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:12:7:12:9 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:16:6:16:21 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:19:7:19:23 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:22:8:22:11 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:23:8:23:11 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:24:6:24:7 | - ... | The unary minus operator should not be applied to an unsigned expression. |
| test.c:25:7:25:9 | - ... | The unary minus operator should not be applied to an unsigned expression. |