Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8299064

jextract cannot generate enum constants when filters are specified

XMLWordPrintable

    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      As long as any of the `--include-xxx` filters are specified, there is no way to generate enum constants.

      Minimum reproducible code:

      ```c
      #pragma once

      enum E {
          ENUM_VAL_1, ENUM_VAL_2
      };
      typedef enum E E;

      inline void test_foo(void) {}
      ```

      run `./jextract --output test_out --source ./test.h --include-function test_foo --include-typedef E`


        1. test.h
          0.1 kB
          Anupam Dev

            sundar Sundararajan Athijegannathan
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: