mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
21 lines
915 B
Markdown
21 lines
915 B
Markdown
# Improvements to C/C++ analysis
|
|
|
|
## General improvements
|
|
|
|
## New queries
|
|
|
|
| **Query** | **Tags** | **Purpose** |
|
|
|-----------------------------|-----------|--------------------------------------------------------------------|
|
|
| *@name of query (Query ID)* | *Tags* |*Aim of the new query and whether it is enabled by default or not* |
|
|
|
|
## Changes to existing queries
|
|
|
|
| **Query** | **Expected impact** | **Change** |
|
|
|----------------------------|------------------------|------------------------------------------------------------------|
|
|
| Resource not released in destructor | Fewer false positive results | Placement new is now excluded from the query. |
|
|
|
|
|
|
## Changes to QL libraries
|
|
|
|
* Added a hash consing library for structural comparison of expressions.
|