RFR: 7903610: Missing handling for array fields with inline struct declaration [v2]
Jorn Vernee
jvernee at openjdk.org
Thu Dec 14 13:34:06 UTC 2023
On Thu, 14 Dec 2023 13:20:21 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> This patch adds a new method in `Utils` which helps visitors to obtain a scoped declaration given a type. This is used whenever the visitor logic needs to recurse on a declared type e.g. in a variable, or a typedef. The current logic only tests for `Type.Declared` and, in doing so, misses some cases, such as arrays and typedefs which point back to a declared type.
>
> Maurizio Cimadamore has updated the pull request incrementally with one additional commit since the last revision:
>
> Drop spurious test option
Marked as reviewed by jvernee (Committer).
-------------
PR Review: https://git.openjdk.org/jextract/pull/161#pullrequestreview-1781820326
More information about the jextract-dev
mailing list