-
- Downloads
Add a script to tell whether a file can be perfectly parsed by spatch
spatch can let us know whether a file has parsed "perfectly" or not. The more perfect it parses, the likelier any semantic patches are to apply. I've used this script to identify problem areas in our code.
scripts/coccinelle/try_parse.sh
0 → 100755
Please register or sign in to comment