C++: Follow the new change-note protocol.

This commit is contained in:
Mathias Vorreiter Pedersen
2020-11-12 09:35:17 +01:00
parent 4c27c3757c
commit 50e90510ef
2 changed files with 2 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
lgtm,codescanning
* A new query (`cpp/Likely Bugs/OO/UnsafeUseOfThis.ql`) has been added. The query finds finds pure virtual function calls whose qualifier is an object under construction.