mirror of
https://github.com/github/codeql.git
synced 2026-06-08 06:32:28 +02:00
860 B
860 B
10.2.0
Deprecated APIs
- The
UsingAliasTypedefTypeclass has been deprecated. UseTypeAliasTypeinstead.
New Features
- Added a
getOriginalTemplatepredicate toTemplateClass,TemplateFunction,TemplateVariable, andAliasTemplateType, 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
AliasTemplateTypeandAliasTemplateInstantiationTypeclasses, representing C++ alias templates and their instantiations.
Minor Analysis Improvements
- Added flow source models for
scanf_sand related functions. - Added a
Callcolumn toLocalFlowSourceFunction::hasLocalFlowSourceandRemoteFlowSourceFunction::hasRemoteFlowSource. The old predicates without aCallcolumn continue to be supported.