C++: Credit the original query author in change-note.

This commit is contained in:
Mathias Vorreiter Pedersen
2021-05-21 11:12:19 +02:00
parent b2432158a8
commit 3662ec4c83

View File

@@ -1,2 +1,2 @@
lgtm
* A new query (`cpp/incorrect-allocation-error-handling`) has been added. The query finds incorrect error-handling of calls to `operator new`.
* A new query (`cpp/incorrect-allocation-error-handling`) has been added. The query finds incorrect error-handling of calls to `operator new`. This query was originally [submitted as an experimental query by @ihsinme](https://github.com/github/codeql/pull/5010).