File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
cpp/ql/test/experimental/query-tests/Security/CWE/CWE-783/semmle/tests Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- | test.cpp:7 :6:7 :15 | ... \|\| ... | Logical and has a higher priority. |
2
- | test.cpp:14 :6:14 :14 | ... \|\| ... | Binary operations has higher priority. |
3
- | test.cpp:18 :6:18 :14 | ... \|\| ... | Binary operations has higher priority. |
4
- | test.cpp:23 :6:23 :13 | ... \| ... | Expression ranges do not match operation precedence. |
5
- | test.cpp:27 :6:27 :13 | ... ^ ... | Expression ranges do not match operation precedence. |
6
- | test.cpp:32 :6:32 :13 | ... \| ... | Expression ranges do not match operation precedence. |
7
- | test.cpp:37 :6:37 :13 | ... \| ... | specify the priority with parentheses. |
1
+ | test.cpp:4 :6:4 :15 | ... \|\| ... | Logical AND has a higher priority. |
2
+ | test.cpp:11 :6:11 :14 | ... \|\| ... | Binary operations have higher priority. |
3
+ | test.cpp:19 :6:19 :14 | ... \|\| ... | Binary operations have higher priority. |
4
+ | test.cpp:24 :6:24 :13 | ... \| ... | Expression ranges do not match operation precedence. |
5
+ | test.cpp:28 :6:28 :13 | ... ^ ... | Expression ranges do not match operation precedence. |
6
+ | test.cpp:33 :6:33 :13 | ... \| ... | Expression ranges do not match operation precedence. |
7
+ | test.cpp:38 :6:38 :13 | ... \| ... | specify the priority with parentheses. |
You can’t perform that action at this time.
0 commit comments