mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
915 B
915 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.