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

jextract should generete alias layout for pointer typedefs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools
    • None
    • generic
    • generic

      File: test.h


      typedef int* intptr;

      struct Point {
          int x, y;
      };

      typedef struct Point* pointptr;

      ----- test.h ends ---

      Nothing generated for both intptr and pointptr. A C_POINTER alias in header class would be useful.

            sundar Sundararajan Athijegannathan
            sundar Sundararajan Athijegannathan
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: