summaryrefslogtreecommitdiff
path: root/admin/coccinelle/build_string.cocci
blob: d47727018ddfc69cd4e22969c3fdbc40a21963db (plain)
1
2
3
4
5
6
// Convert simple cases to build_string.
@@
identifier I;
@@
- make_string (I, strlen (I))
+ build_string (I)