Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 50e9051

Browse files
committed
C++: Follow the new change-note protocol.
1 parent 4c27c37 commit 50e9051

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

change-notes/1.26/analysis-cpp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ The following changes in version 1.26 affect C/C++ analysis in all applications.
88

99
| **Query** | **Tags** | **Purpose** |
1010
|-----------------------------|-----------|--------------------------------------------------------------------|
11-
| 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. |
1211

1312
## Changes to existing queries
1413

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lgtm,codescanning
2+
* 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.

0 commit comments

Comments
 (0)