We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85f4b5 commit d0a0d23Copy full SHA for d0a0d23
change-notes/1.20/analysis-cpp.md
@@ -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