Files
codeql/cpp/change-notes/2020-02-04-unsigned-difference-expression-compared-zero.md
2021-02-04 20:23:27 +01:00

294 B

lgtm

  • A new query (cpp/unsigned-difference-expression-compared-zero) has been added. The query finds unsigned subtractions used in relational comparisons with the value 0. This query was originally submitted as an experimental query by @ihsinme in https://github.com/github/codeql/pull/4745.