Files
codeql/change-notes/1.22/analysis-cpp.md
2019-06-04 20:47:29 -07:00

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 using Element.toString() or its descendants.