Mentions légales du service

Skip to content

Add support for attributes between a type and "*"

LAWALL Julia requested to merge attr_in_prm into master

This commit enables to support attributes between a type and "*".

Example: int __iomem *func() {...} int func (int __iomem *mem) {...}

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

Merge request reports