Welcome to mirror list, hosted at ThFree Co, Russian Federation.

preincr.cocci « coccinelle « contrib - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7fe1e8d2d9a0167bec1289da81bbe4b4cae6fe4f (plain)
1
2
3
4
5
@ preincrement @
identifier i;
@@
- ++i > 1
+ i++