hg: panama/dev: 8217164: jextract can not handle function prototypes as function arguments.
jbvernee at xs4all.nl
jbvernee at xs4all.nl
Thu Jan 17 11:39:20 UTC 2019
Changeset: ff814631de1f
Author: jvernee
Date: 2019-01-17 12:38 +0100
URL: http://hg.openjdk.java.net/panama/dev/rev/ff814631de1f
8217164: jextract can not handle function prototypes as function arguments.
Summary: Enable jextract to handle function types in parameters
Reviewed-by: sundar
! src/jdk.jextract/share/classes/com/sun/tools/jextract/TypeDictionary.java
! src/jdk.jextract/share/classes/com/sun/tools/jextract/tree/LayoutUtils.java
+ test/jdk/com/sun/tools/jextract/testSimpleFuncParam/SimpleFuncParamTest.java
+ test/jdk/com/sun/tools/jextract/testSimpleFuncParam/funcParam.h
+ test/jdk/com/sun/tools/jextract/testSimpleFuncParam/libFuncParam.c
More information about the panama-dev
mailing list