mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
798 B
798 B
Improvements to C/C++ analysis
General improvements
New queries
| Query | Tags | Purpose |
|---|
Changes to existing queries
| Query | Expected impact | Change |
|---|
Changes to QL libraries
- The predicate
TypeMention.toString()has been simplified to always return the string "type mention". This may improve performance when usingElement.toString()or its descendants.