CPP: Add query ID to change note.

This commit is contained in:
Geoffrey White
2018-12-05 13:55:46 +00:00
parent d0a0d2300e
commit f6a87574f0

View File

@@ -11,6 +11,6 @@
| **Query** | **Expected impact** | **Change** |
|----------------------------|------------------------|------------------------------------------------------------------|
| Unused static variable | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
| Unused static variable (`cpp/unused-static-variable`) | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
## Changes to QL libraries