C++: Add query author and link to original PR in change-note.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-02-04 20:23:27 +01:00
parent f0d5a91d59
commit 993abd4499

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`) 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.