Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-08-07 | update Coccinelle URL | Julia Lawall | 1 | -1/+1 | |
Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> | |||||
2022-07-03 | coccinelle: Extend address test from ifaddr semantic patch to test expressions | Jérémy LEFAURE | 1 | -0/+33 | |
The test of an expression's address does not necessarily represent the whole condition, it may only be a part of it. Also, an expression's address is likely to be non-zero in every test expression, not only in if statements. This change aims at detecting an address test in more complex conditions and not only in if statements. Signed-off-by: Jérémy Lefaure <jeremy.lefaure@netatmo.com> Signed-off-by: Julia Lawall <julia.lawall@inria.fr> |