Skip to content
This repository has been archived by the owner on Dec 14, 2021. It is now read-only.

Avoid anonymous structs and enums #292

Closed
egraether opened this issue Jan 13, 2017 · 5 comments
Closed

Avoid anonymous structs and enums #292

egraether opened this issue Jan 13, 2017 · 5 comments
Labels

Comments

@egraether
Copy link
Contributor

egraether commented Jan 13, 2017

There are anonymous struct nodes when using this syntax:

typedef struct {
   type_1 field1;
   type_2 field2;
   ....
} struct_name_t;
@egraether egraether added the bug label Jan 13, 2017
@egraether egraether changed the title Avoid anonymous struct and enums Avoid anonymous structs and enums Jan 13, 2017
@egraether
Copy link
Contributor Author

+1 by mail

@egraether
Copy link
Contributor Author

Similar problem with typedef union

@mlangkabel
Copy link
Contributor

why is this one labled as "bug"?

@egraether egraether added feature and removed bug labels Jan 13, 2017
@egraether
Copy link
Contributor Author

+1 by mail

@egraether
Copy link
Contributor Author

Implemented with 2017.2.34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants