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

4 lines
267 B
Plaintext

| bsc.cpp:2:10:2:32 | ... > ... | Potential unsafe sign check of a bitwise operation. |
| bsc.cpp:6:10:6:32 | ... > ... | Potential unsafe sign check of a bitwise operation. |
| bsc.cpp:10:10:10:33 | ... >= ... | Potential unsafe sign check of a bitwise operation. |