Merge pull request #5100 from MathiasVP/fix-changenote-unsigned-difference-expression-compared-zero

C++: Add query author and link to original PR in change-note
This commit is contained in:
Jonas Jensen
2021-02-05 11:21:48 +01:00
committed by GitHub

View File

@@ -1,2 +1,2 @@
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.
* 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.