-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
enhancementNew feature or requestNew feature or requestpriority: mediumrelease-0.1Required for the first public releaseRequired for the first public release
Description
Suppose we have
typedef struct {
// .. fields
} foo;
struct foo {
// .. fields
};
and suppose furthermore that we make it possible for binding specs to say that the typedef foo
should not be squashed (#799). When this happens, with the existing infrastructure a binding specification for struct foo
would become ambiguous. Perhaps @TravisCardwell was right all along and we should have a specific syntax for referring to anonymous declarations. Proposed syntax:
types:
- header: ..
cname: ..
..
- header: ..
anonymous: ..
..
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestpriority: mediumrelease-0.1Required for the first public releaseRequired for the first public release