Skip to content

Commit a4b3b1e

Browse files
authored
Merge pull request #653 from geoffw0/ex-ch-notes
CPP: Additional change notes (for 1.20)
2 parents 1f73834 + 709fd63 commit a4b3b1e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

change-notes/1.20/analysis-cpp.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## General improvements
44

5+
* The logic for identifying auto-generated files via `#line` directives has been improved.
6+
57
## New queries
68

79
| **Query** | **Tags** | **Purpose** |
@@ -13,5 +15,6 @@
1315
|----------------------------|------------------------|------------------------------------------------------------------|
1416
| Suspicious pointer scaling (`cpp/suspicious-pointer-scaling`) | Fewer false positives | False positives involving types that are not uniquely named in the snapshot have been fixed. |
1517
| Unused static variable (`cpp/unused-static-variable`) | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
18+
| Resource not released in destructor (`cpp/resource-not-released-in-destructor`) | Fewer false positive results | Fix false positives where a resource is released via a virtual method call. |
1619

1720
## Changes to QL libraries

0 commit comments

Comments
 (0)