Patches for improving the C parsing of attributes[1] introduced a lot redundant code in the C parser. This patch series resolves this by adding a rule for optional end attributes and merging the redundant code together.
[1] [PATCH v2 00/25] cocci: Improve C parsing of attributes https://lore.kernel.org/cocci/[email protected]/ Jaskaran Singh (4): parsing_c: parser: Add end_attributes_opt rule parsing_c: parser: Use end_attributes_opt in decl2 parsing_c: parser: Use end_attributes_opt in field_declaration parsing_c: parser: Use end_attributes_opt in cpp_other parser_c.mly | 96 +++++------------------------------------------------------ 1 file changed, 9 insertions(+), 87 deletions(-) _______________________________________________ Cocci mailing list [email protected] https://systeme.lip6.fr/mailman/listinfo/cocci
