Hi all,
a few days ago I started using Coccinelle as a tool for improving my
source code. The tool is pretty impressive, although I must admit
learning curve is quite steep for me.
Unfortunately I am unable to fully automate the checks (found in
kernel git repository and on Coccinelle web page), as they can eat
whole memory (12 GB RAM + SWAP) and/or appear to be hanging after a
few hours.
As for the merit. I have few C files with code like that:
for (j=0;j<CONSTANT>>2;j++)
Coccinelle gives up on that with message like:
EXN:Failure("lexical error <> detected, try -c++ option\n =File
Is it a bug? Can it be fixed in Coccinelle code?
Best regards,
Robert
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)