Mentions légales du service

Skip to content

parser_cocci/ast0: Add support for attributes in function decl

LAWALL Julia requested to merge attr_part2 into master

This series adds support for attributes in function declarations in the SmPL parser. int attribute((attr)) func();

These styles of attributes are common in the Linux kernel.

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

Merge request reports