Mentions légales du service

Skip to content

Add support for attributes between a type and identifiers

LAWALL Julia requested to merge midattr into master

This series adds support for attributes between a type and identifiers by adding some rules to the SmPL grammar. We can match these attributes: struct { int i; } attribute((packed)) st; char attribute((foo)) var;

These styles of attribute are common in the Linux kernel.

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

Merge request reports