coccinelle

Program matching and transformation engine for C code

brewmacoslinux
Try with needOr install directly
Source

About

Program matching and transformation engine for C code

Commands

spatch

Examples

Apply a semantic patch to transform C code$ spatch -sp_file transformation.cocci file.c
Match and find code patterns across multiple files$ spatch -sp_file pattern.cocci -dir /path/to/code
Generate a diff without modifying files$ spatch -sp_file fix.cocci file.c --no-show-diff