1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 /* Avoid running this transformation on the empty_to_null macro itself.
4 * See the note in strempty.cocci to understand the weird magic below.
6 position p : script:python() {
7 not (p[0].file == "src/basic/string-util.h" and p[0].current_element == "something_else")
12 - isempty@p(s) ? NULL : s