diff --git a/cpp/change-notes/2020-02-04-unsigned-difference-expression-compared-zero.md b/cpp/change-notes/2020-02-04-unsigned-difference-expression-compared-zero.md index e2726b5b574..d4a6ebafa0c 100644 --- a/cpp/change-notes/2020-02-04-unsigned-difference-expression-compared-zero.md +++ b/cpp/change-notes/2020-02-04-unsigned-difference-expression-compared-zero.md @@ -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. \ No newline at end of file +* 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.