Integrated: 7903285: jextract should skip static symbols
Athijegannathan Sundararajan
sundar at openjdk.org
Tue Sep 6 16:18:12 UTC 2022
On Tue, 6 Sep 2022 13:19:10 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.
This pull request has now been integrated.
Changeset: e54a0ea8
Author: Athijegannathan Sundararajan <sundar at openjdk.org>
URL: https://git.openjdk.org/jextract/commit/e54a0ea8df8bd1a3f86b02dc11a70225b21b30a5
Stats: 752 lines in 26 files changed: 473 ins; 238 del; 41 mod
7903285: jextract should skip static symbols
Reviewed-by: mcimadamore
-------------
PR: https://git.openjdk.org/jextract/pull/70
More information about the jextract-dev
mailing list