On Sun, 14 Nov 2010, Julia Lawall wrote:

> Version 0.2.4rc6 is now available.  This includes some changes to the 
> typing of C code, the pretty printing of generated C code, and the 
> -recursive_includes option, causing the inclusion of header files that are 
> mentioned in other header files.
> 
> I hope to release version 0.2.5 shortly, so please let me know of any last 
> minute problems or small requests.

There is also support for id utils.  coccinelle/scripts/idutils_index.sh 
can be used from the root directory of a software project to create the 
index file .id-utils.index.  The option -use_idutils will cause Coccinelle 
to use the index to process only the files that are relevant to the given
semantic patch.  This is in general slower than glimpse, because the index 
is queried for every token considered to be significant, while glimpse can 
process complex regular expressions including nested & and | at once.  But 
it is probably faster than doing grep on the individual files, which is 
the default behavior.

julia
_______________________________________________
Cocci mailing list
[email protected]
http://lists.diku.dk/mailman/listinfo/cocci
(Web access from inside DIKUs LAN only)

Reply via email to