C 语言语义 grep 工具,coccigrep 1.9 发布

openkk 12年前
   <p><a href="/misc/goto?guid=4958189273828083397" target="_blank">coccigrep </a>1.9 发布了,Coccigrep 是一个 C 语言的语义 grep 工具,用于查找代码中给定的结构定义的位置以及某个属性、集合被引用的位置。</p>    <p>示例用法:</p>    <p>$ coccigrep  -t Packet *c<br /> source-af-packet.c:272:         p = ptv->in_p;<br /> source-af-packet.c:300:     p->datalink = ptv->datalink;<br /> source-af-packet.c:758:     switch(p->datalink) {</p>    <p><strong>changes:</strong></p>    <p>This release makes use of a new coccinelle feature allowing you to set or unset variables to select on which part of the code the search is done.</p>