Skip to content

Commit d0a0d23

Browse files
committed
CPP: Change note.
1 parent d85f4b5 commit d0a0d23

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

change-notes/1.20/analysis-cpp.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Improvements to C/C++ analysis
2+
3+
## General improvements
4+
5+
## New queries
6+
7+
| **Query** | **Tags** | **Purpose** |
8+
|-----------------------------|-----------|--------------------------------------------------------------------|
9+
10+
## Changes to existing queries
11+
12+
| **Query** | **Expected impact** | **Change** |
13+
|----------------------------|------------------------|------------------------------------------------------------------|
14+
| Unused static variable | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
15+
16+
## Changes to QL libraries

0 commit comments

Comments
 (0)