DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / cpptests / auto.cocci
123456789101112131415
# spatch --c++=11 @@ type t; identifier x, y; @@ - type y = x; + type x = y; @@ type t; identifier x; @@ - t x = 2; + auto y = 2;