RFR: 7903285: jextract should skip static symbols [v5]
Athijegannathan Sundararajan
sundar at openjdk.org
Tue Sep 6 15:29:13 UTC 2022
> 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:
mixed EXPORT macro for Windows.
-------------
Changes:
- all: https://git.openjdk.org/jextract/pull/70/files
- new: https://git.openjdk.org/jextract/pull/70/files/6efe9c43..302e2d75
Webrevs:
- full: https://webrevs.openjdk.org/?repo=jextract&pr=70&range=04
- incr: https://webrevs.openjdk.org/?repo=jextract&pr=70&range=03-04
Stats: 7 lines in 1 file changed: 6 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jextract/pull/70.diff
Fetch: git fetch https://git.openjdk.org/jextract pull/70/head:pull/70
PR: https://git.openjdk.org/jextract/pull/70
More information about the jextract-dev
mailing list