Mentions légales du service

Skip to content

parsing_cocci: ast0: Add support for attributes between type and identifiers in function parameters

LAWALL Julia requested to merge param_attr into master

This series adds support for attributes between a type and an identifier in function parameters. This change also forces WSYWIG style matching. Before introducing this feature, int func (int __attr a) and int func (int a __attr) are equally treated. The latest Coccinelle cares the position of attributes.

Signed-off-by: Keisuke Nishimura mumumu0722@gmail.com

Merge request reports