Files
codeql/cpp/ql/lib/change-notes/released/10.2.0.md
2026-05-29 11:27:54 +00:00

860 B

10.2.0

Deprecated APIs

  • The UsingAliasTypedefType class has been deprecated. Use TypeAliasType instead.

New Features

  • Added a getOriginalTemplate predicate to TemplateClass, TemplateFunction, TemplateVariable, and AliasTemplateType, which yields the class member template the template was generated from. The predicates only have results for templates that are members of class template instantiations.
  • Added AliasTemplateType and AliasTemplateInstantiationType classes, representing C++ alias templates and their instantiations.

Minor Analysis Improvements

  • Added flow source models for scanf_s and related functions.
  • Added a Call column to LocalFlowSourceFunction::hasLocalFlowSource and RemoteFlowSourceFunction::hasRemoteFlowSource. The old predicates without a Call column continue to be supported.