Update UndefinedOrImplementationDefinedBehavior.ql

This commit is contained in:
ihsinme
2021-08-16 15:20:00 +03:00
committed by GitHub
parent c63dff639c
commit 6988912b72

View File

@@ -163,4 +163,5 @@ where
or
eots.dangerousCrementChanges()
)
select eots, "This expression may have undefined behavior, because the order of evaluation is not specified."
select eots,
"This expression may have undefined behavior, because the order of evaluation is not specified."