Add support for __attribute__(()) in enum/struct/union - #76
douglas-raillard-arm wants to merge 2 commits into
Conversation
|
@inducer I just realized that at least GCC accepts multiple But this only matches if there is an |
76dcb4a to
776ed69
Compare
Not sure I understand. Wouldn't each |
Yes, I did not realize it actually worked because of another issue. I'm reworking the rules to allow |
Add support for GNU __attribute__(()) in enum/struct/union definitions, both on the type itself and on enumerators. Fixes inducer#42 Signed-off-by: Douglas Raillard <douglas.raillard@arm.com>
776ed69 to
cde1128
Compare

Add support for GNU
__attribute__(())in enum/struct/union definitions, both on the type itself and on enumerators.Fixes #42