CPP: Change note.

This commit is contained in:
Geoffrey White
2018-12-05 10:03:21 +00:00
parent d85f4b540c
commit d0a0d2300e

View File

@@ -0,0 +1,16 @@
# Improvements to C/C++ analysis
## General improvements
## New queries
| **Query** | **Tags** | **Purpose** |
|-----------------------------|-----------|--------------------------------------------------------------------|
## Changes to existing queries
| **Query** | **Expected impact** | **Change** |
|----------------------------|------------------------|------------------------------------------------------------------|
| Unused static variable | Fewer false positive results | Variables with the attribute `unused` are now excluded from the query. |
## Changes to QL libraries