lubyk / dub

A Lua bindings generator that uses Doxygen to parse C/C++ headers.
doc.lubyk.org/dub.html
Other
82 stars 34 forks source link

typedef of struct foo bar should recognize bar #2

Closed gaspard closed 12 years ago

gaspard commented 12 years ago
struct foo {
    int b;
    int c;
};

typedef struct foo bar;

struct baz {
    bar abc;
};

Should not raise a warning: bar resolves as "struct foo".

gaspard commented 12 years ago

Oooops, accidentally closed the issue...

Also see related bug: http://forum.lubyk.org/questions/214/typedefs-on-dub