mirror of
https://github.com/github/codeql.git
synced 2026-05-04 21:25:44 +02:00
CPP: Change note.
This commit is contained in:
16
change-notes/1.20/analysis-cpp.md
Normal file
16
change-notes/1.20/analysis-cpp.md
Normal 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
|
||||
Reference in New Issue
Block a user