- The
shouldPrintFunction
predicate fromPrintAstConfiguration
has been replaced byshouldPrintDeclaration
. Users should now overrideshouldPrintDeclaration
if they want to limit the declarations that should be printed. - The
shouldPrintFunction
predicate fromPrintIRConfiguration
has been replaced byshouldPrintDeclaration
. Users should now overrideshouldPrintDeclaration
if they want to limit the declarations that should be printed.
- The
PrintAST
library now also prints global and namespace variables and their initializers.
- The
_Float128x
type 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.