Skip to content

Commit 14b4e08

Browse files
authored
Update OperatorPrecedenceLogicErrorWhenUseBitwiseOrLogicalOperations.expected
1 parent 36131ee commit 14b4e08

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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. |

0 commit comments

Comments
 (0)