Update UndefinedOrImplementationDefinedBehavior.ql

This commit is contained in:
ihsinme
2021-08-16 14:11:28 +03:00
committed by GitHub
parent 166a6b02f6
commit 74f372d547

View File

@@ -163,4 +163,4 @@ 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."