C++: Update change-notes.

This commit is contained in:
Mathias Vorreiter Pedersen
2020-11-10 14:47:40 +01:00
parent 4bcf1f498b
commit a330cae2f9

View File

@@ -8,6 +8,7 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
| Unsafe use of this-pointer (`cpp/Likely Bugs/OO/UnsafeUseOfThis.ql`) | correctness, language-features, security | This query finds pure virtual function calls whose qualifier is an object under construction. Results are shown on LGTM by default. |
## Changes to existing queries