RFR: 7903285: jextract should skip static symbols [v3]
Maurizio Cimadamore
mcimadamore at openjdk.org
Tue Sep 6 13:59:02 UTC 2022
On Tue, 6 Sep 2022 13:52:20 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:
>> Cursor linkage kind CXLinkage_Internal is used for static variables and static functions. Filtering the cursors with that linkage kind. Most of the changes are due to regenerated clang bindings to include clang_getCursorLinkage and CXLinkageKind enum constants.
>
> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>
> fixed test
Marked as reviewed by mcimadamore (Committer).
-------------
PR: https://git.openjdk.org/jextract/pull/70
More information about the jextract-dev
mailing list