summaryrefslogtreecommitdiff
path: root/scripts/coccinelle/apply.sh
AgeCommit message (Collapse)Author
2019-10-22Add a "COCCI" macro that we tell coccinelle is always defined.Nick Mathewson
This will let us give specific in-file equivalents to given macros or preprocessor directives, to make things parse.
2019-09-11Add a script to run spatch with appropriate argumentsNick Mathewson
It's a bit tricky to remember the right incantation to get the proper include paths and incantations for coccinelle, but without it, coccinelle is less effective at parsing our C.