Skip to content

Commit f6a8757

Browse files
committed
CPP: Add query ID to change note.
1 parent d0a0d23 commit f6a8757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

change-notes/1.20/analysis-cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111

1212
| **Query** | **Expected impact** | **Change** |
1313
|----------------------------|------------------------|------------------------------------------------------------------|
14-
| Unused static variable | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
14+
| Unused static variable (`cpp/unused-static-variable`) | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
1515

1616
## Changes to QL libraries

0 commit comments

Comments
 (0)