jextract should generete alias layout for pointer typedefs

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • None
    • Affects Version/s: repo-panama
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: