mirror of https://gitee.com/openkylin/linux.git
Coccinelle: array_size: reduce rule applicability
Rule r is only use in org or report mode, so only execute it in those cases. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Michal Marek <mmarek@suse.com>
This commit is contained in:
parent
8f551befa2
commit
c7eaa8873b
|
@ -59,7 +59,7 @@ T[] E;
|
||||||
// For org and report mode
|
// For org and report mode
|
||||||
//----------------------------------------------------------
|
//----------------------------------------------------------
|
||||||
|
|
||||||
@r@
|
@r depends on (org || report)@
|
||||||
type T;
|
type T;
|
||||||
T[] E;
|
T[] E;
|
||||||
position p;
|
position p;
|
||||||
|
|
Loading…
Reference in New Issue