Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Check --fields-C={properties} for static and extern attributes #20

Open
ParadoxV5 opened this issue Jul 6, 2023 · 0 comments
Open

Check --fields-C={properties} for static and extern attributes #20

ParadoxV5 opened this issue Jul 6, 2023 · 0 comments

Comments

@ParadoxV5
Copy link
Owner

Follow up to #6.
Currently, FFI-UCtags reads variables and functions naïvely without considering the storage classifiers.

c6811ec has hot-reverted variable loading.
Only those marked with extern or (const but not static) are available via FFI.
Note that u-ctags read const as part of the type (typeref), so it might appreciate some help from #19.

Functions, while extern by default, should also exclude static ones.

@ParadoxV5 ParadoxV5 added this to the v1.x milestone Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: 🔜 To Do
Development

No branches or pull requests

1 participant