aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/parsing/enum-attr.c
AgeCommit message (Collapse)AuthorFilesLines
2020-12-29struct-attr: prepare to handle attributes at the end of struct definitions (1)Luc Van Oostenryck1-2/+2
Type attributes for struct can be placed either just after the keyword 'struct' or after the '}' ending its definition but this later case is currently ignored. Prepare the handling of this by factoring the code common to both cases in a single place. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
2020-12-29add testcases for enum attributesLuc Van Oostenryck1-0/+29
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>