mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Merge pull request #6486 from ihsinme/ihsinme-patch-textFix
correction of the error text
This commit is contained in:
@@ -163,4 +163,5 @@ where
|
||||
or
|
||||
eots.dangerousCrementChanges()
|
||||
)
|
||||
select eots, "This expression may have undefined behavior."
|
||||
select eots,
|
||||
"This expression may have undefined behavior, because the order of evaluation is not specified."
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
| test.c:13:10:13:21 | call to tmpFunction1 | This expression may have undefined behavior. |
|
||||
| test.c:13:30:13:41 | call to tmpFunction2 | This expression may have undefined behavior. |
|
||||
| test.c:16:15:16:20 | ... ++ | This expression may have undefined behavior. |
|
||||
| test.c:13:10:13:21 | call to tmpFunction1 | This expression may have undefined behavior, because the order of evaluation is not specified. |
|
||||
| test.c:13:30:13:41 | call to tmpFunction2 | This expression may have undefined behavior, because the order of evaluation is not specified. |
|
||||
| test.c:16:15:16:20 | ... ++ | This expression may have undefined behavior, because the order of evaluation is not specified. |
|
||||
|
||||
Reference in New Issue
Block a user