News

The libclang python bindings are consistently not returning the initializer child cursor for VAR_DECL cursors if a NULL is present (apparently) anywhere in the initializer. This includes initializing ...
Description Unable to generate sdk for when null is given in enums for integer type field. eg: components: schemas: Pet: type: object properties: id: type: integer name: type: integer enum: - 1 - n ...