mirror of
https://github.com/github/codeql.git
synced 2026-03-06 23:56:48 +01:00
935 B
935 B
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.