mirror of
https://github.com/github/codeql.git
synced 2026-07-21 11:18:20 +02: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.