-
Committer:
Julia Lawall
-
Author(s):
Keisuke Nishimura
-
Date:
2021-06-19 21:45:04 UTC
-
Revision ID:
git-v1:4d1edb18c28dc480671a1c59c560cb7a31c45d63
parser_cocci/ast0: Add support for attributes in function decl
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>