mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
317 B
317 B
lgtm
- A new query (
cpp/unsigned-difference-expression-compared-zero) is run but not yet displayed on LGTM. 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.