Skip to content

Commit c63dff6

Browse files
authored
Update UndefinedOrImplementationDefinedBehavior.expected
1 parent 74f372d commit c63dff6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| test.c:13:10:13:21 | call to tmpFunction1 | This expression may have undefined behavior. |
2-
| test.c:13:30:13:41 | call to tmpFunction2 | This expression may have undefined behavior. |
3-
| test.c:16:15:16:20 | ... ++ | This expression may have undefined behavior. |
1+
| test.c:13:10:13:21 | call to tmpFunction1 | This expression may have undefined behavior, because the order of evaluation is not specified. |
2+
| test.c:13:30:13:41 | call to tmpFunction2 | This expression may have undefined behavior, because the order of evaluation is not specified. |
3+
| test.c:16:15:16:20 | ... ++ | This expression may have undefined behavior, because the order of evaluation is not specified. |

0 commit comments

Comments
 (0)