all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob d47727018ddfc69cd4e22969c3fdbc40a21963db 110 bytes (raw)
name: admin/coccinelle/build_string.cocci 	 # note: path name is non-authoritative(*)

1
2
3
4
5
6
 
// Convert simple cases to build_string.
@@
identifier I;
@@
- make_string (I, strlen (I))
+ build_string (I)

debug log:

solving d47727018ddfc69cd4e22969c3fdbc40a21963db ...
found d47727018ddfc69cd4e22969c3fdbc40a21963db in https://git.savannah.gnu.org/cgit/emacs.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.