mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
836 B
836 B
0.9.0
Breaking Changes
- The
shouldPrintFunctionpredicate fromPrintAstConfigurationhas been replaced byshouldPrintDeclaration. Users should now overrideshouldPrintDeclarationif they want to limit the declarations that should be printed. - The
shouldPrintFunctionpredicate fromPrintIRConfigurationhas been replaced byshouldPrintDeclaration. Users should now overrideshouldPrintDeclarationif they want to limit the declarations that should be printed.
Major Analysis Improvements
- The
PrintASTlibrary now also prints global and namespace variables and their initializers.
Minor Analysis Improvements
- The
_Float128xtype is no longer exposed as a builtin type. As this type could not occur any code base, this should only affect queries that explicitly looked at the builtin types.