rizinorg/rz-bindgen

Add warnings mode for missing ownership marks where they required

Open

#34 opened on Sep 15, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (11 forks)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (7 stars)
PR merge metrics
 (PR metrics pending)

Description

For example, if a function returns RzList pointer, warn if it doesn't have RZ_OWN or RZ_BORROW in the linter

Contributor guide