RFR: 7903758: jextract should avoid temporary file creation [v8]
Jorn Vernee
jvernee at openjdk.org
Tue Jun 25 15:21:48 UTC 2024
On Tue, 25 Jun 2024 15:18:28 GMT, Athijegannathan Sundararajan <sundar at openjdk.org> wrote:
>> jextract creates a temporary file to support multiple headers and special header syntax <foo.h>. This patch avoids that temporary file creation by using clang's in-memory parsing API clang_createTranslationUnitFromSourceFile
>
> Athijegannathan Sundararajan has updated the pull request incrementally with one additional commit since the last revision:
>
> avoid Path in ParsingFailedException.
Marked as reviewed by jvernee (Committer).
-------------
PR Review: https://git.openjdk.org/jextract/pull/251#pullrequestreview-2139008079
More information about the jextract-dev
mailing list