mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-17 12:44:10 +00:00
Coccinelle semantic patch changes
The changes are as follows: * Update the semantic patches in the kernel that contain a URL for Coccinelle with a URL that is currently valid (from myself). * Add a semantic patch checking for unnecessary NULL tests on dev_{put, hold} functions (from Ziyang Xuan, followed bt a modification from myself). * Drop a semantic patch that replaces 0/1 by booleans, as this change was considered to be not worthwhile by some maintainers (from Steve Rostedt). * Extend an existing semantic patch with more checks for useless tests on variables addresses (from Jérémy Lefaure). Signed-off-by: Julia Lawall <Julia.Lawall@inria.fr> -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEnGZC8gbRfLXdcpA0F+92B3f5RZ0FAmLwFQwACgkQF+92B3f5 RZ06Kg//bD7XWqKl4wU6NbnTnK0Ft47hEXHTki7D/LAOic2+7kCwEofdhmvfQNgl t8Y6yD+A7lnoSclg7Kk4Qs3uD2BT87m+Q7Llm9XlPjcwqtUZdv0UeIsAl56bOOJm 4jXTj6K4ZpfK2tSb1cAwJL7PUT62v99C9og/E07+PM0r6jJdv2W4r2FdX7fiifox OAUewtezUqVyraLDzQhgS+Vf7+a5zYYu6j/LqUOsCED7gW+Mg9pLV6zCZ5lUc6NC 2vd5o07HbhmEzr0TBwqHsfRDJRmN+HggcPUufBuL2B/v9XiKe8xMyFYD4IIqsroB +0OLhj287VnAv/xXh1GreaqzTWFiCzDuUa1bU8KoySeqJE3oTwU83QulhYGADT+/ BGJM+FXxBPEBc87fPpf/rY/nXGqNpS6E72Zv97nuD/vZRyGuZJwdKQU+pxT5RaKU W8jers6FlV92GaR704LOnkN/564Ndhc8XBWWvPMXHErz/yRGgXeBe7Ib/I8ts1AU QCoI047GZVaIRnjS3euRjhlN097IPpFyTvp/QgOfluAILtk020Sa2Cz3MGB/uTsN bEmlGRiEDzbo9w2D3iawcbFrzTXK47WbkQDQoKNSwWlbOiNK3+qn48RqDkhqw8wC myBhPbtZ/OcWS+za7wSGCmrnI3bUeBiUuKzCZZPAskmmgqkDkgE= =Ywf+ -----END PGP SIGNATURE----- Merge tag 'coccinelle-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux Pull coccinelle semantic patch updates from Julia Lawall: - Update the semantic patches in the kernel that contain a URL for Coccinelle with a URL that is currently valid (from myself). - Add a semantic patch checking for unnecessary NULL tests on dev_{put, hold} functions (from Ziyang Xuan, followed bt a modification from myself). - Drop a semantic patch that replaces 0/1 by booleans, as this change was considered to be not worthwhile by some maintainers (from Steve Rostedt). - Extend an existing semantic patch with more checks for useless tests on variables addresses (from Jérémy Lefaure). * tag 'coccinelle-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jlawall/linux: update Coccinelle URL coccinelle: free: add version constraint scripts/coccinelle/free: add NULL test before dev_{put, hold} functions coccinelle: Remove script that checks replacing 0/1 with false/true in functions returning bool coccinelle: Extend address test from ifaddr semantic patch to test expressions
This commit is contained in:
commit
cab9de7169
45 changed files with 99 additions and 105 deletions
|
@ -10,7 +10,7 @@
|
|||
// Copyright: (C) 2009-2010 Julia Lawall, Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2009-2010 Gilles Muller, INRIA/LiP6.
|
||||
// Copyright: (C) 2017 Himanshu Jha
|
||||
// URL: http://coccinelle.lip6.fr/rules/kzalloc.html
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --no-includes --include-headers
|
||||
//
|
||||
// Keywords: kmalloc, kzalloc
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Copyright (c) 2016-2017, Elena Reshetova, Intel Corporation
|
||||
//
|
||||
// Confidence: Moderate
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --include-headers --very-quiet
|
||||
|
||||
virtual report
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
///
|
||||
// Confidence: High
|
||||
// Copyright: (C) 2017 Julia Lawall, Inria/LIP6,
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Requires: 1.0.7
|
||||
// Keywords: BQ27XXX_DATA
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Keywords: d_find_alias, dput
|
||||
//
|
||||
// Confidence: Moderate
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --include-headers
|
||||
|
||||
virtual context
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright: (C) 2009, 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2009, 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2009, 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options:
|
||||
//
|
||||
// Keywords: ERR_PTR, PTR_ERR, ERR_CAST
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Keywords: pm_runtime
|
||||
// Confidence: Medium
|
||||
// Copyright (C) 2013 Texas Instruments Incorporated -
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --include-headers
|
||||
|
||||
virtual patch
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (C) 2009, 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2009, 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2009, 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options:
|
||||
//
|
||||
// Keywords: resource_size
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// Confidence: Moderate
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options:
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
// Confidence: Moderate
|
||||
// Copyright: (C) 2011 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2011 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
55
scripts/coccinelle/free/ifnulldev_put.cocci
Normal file
55
scripts/coccinelle/free/ifnulldev_put.cocci
Normal file
|
@ -0,0 +1,55 @@
|
|||
// SPDX-License-Identifier: GPL-2.0-only
|
||||
/// Since commit b37a46683739 ("netdevice: add the case if dev is NULL"),
|
||||
/// NULL check before dev_{put, hold} functions is not needed.
|
||||
///
|
||||
/// Based on ifnullfree.cocci by Fabian Frederick.
|
||||
///
|
||||
// Copyright: (C) 2022 Ziyang Xuan.
|
||||
// Comments: -
|
||||
// Options: --no-includes --include-headers
|
||||
// Version min: 5.15
|
||||
|
||||
virtual patch
|
||||
virtual org
|
||||
virtual report
|
||||
virtual context
|
||||
|
||||
@r2 depends on patch@
|
||||
expression E;
|
||||
@@
|
||||
- if (E != NULL)
|
||||
(
|
||||
__dev_put(E);
|
||||
|
|
||||
dev_put(E);
|
||||
|
|
||||
dev_put_track(E, ...);
|
||||
|
|
||||
__dev_hold(E);
|
||||
|
|
||||
dev_hold(E);
|
||||
|
|
||||
dev_hold_track(E, ...);
|
||||
)
|
||||
|
||||
@r depends on context || report || org @
|
||||
expression E;
|
||||
position p;
|
||||
@@
|
||||
|
||||
* if (E != NULL)
|
||||
* \(__dev_put@p\|dev_put@p\|dev_put_track@p\|__dev_hold@p\|dev_hold@p\|
|
||||
* dev_hold_track@p\)(E, ...);
|
||||
|
||||
@script:python depends on org@
|
||||
p << r.p;
|
||||
@@
|
||||
|
||||
cocci.print_main("NULL check before dev_{put, hold} functions is not needed", p)
|
||||
|
||||
@script:python depends on report@
|
||||
p << r.p;
|
||||
@@
|
||||
|
||||
msg = "WARNING: NULL check before dev_{put, hold} functions is not needed."
|
||||
coccilib.report.print_report(p[0], msg)
|
|
@ -8,7 +8,7 @@
|
|||
// Confidence: Moderate
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options:
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
///
|
||||
// Confidence: High
|
||||
// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
///
|
||||
// Confidence: Moderate
|
||||
// Copyright: (C) 2013 Petr Strnad.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Keywords: pci_free_consistent, pci_alloc_consistent
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
///
|
||||
// Confidence: High
|
||||
// Copyright: (C) 2015 Julia Lawall, Inria.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --no-includes --include-headers
|
||||
// Requires: 1.0.4
|
||||
// Keywords: for_each_child_of_node, etc.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
///
|
||||
// Confidence: High
|
||||
// Copyright: (C) 2020 Sumera Priyadarsini
|
||||
// URL: http://coccinelle.lip6.fr
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
virtual patch
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
// Confidence: Moderate
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LIP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// Copyright: (C) 2012 Nicolas Palix.
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -1,59 +0,0 @@
|
|||
// SPDX-License-Identifier: GPL-2.0
|
||||
/// Return statements in functions returning bool should use
|
||||
/// true/false instead of 1/0.
|
||||
//
|
||||
// Confidence: High
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
virtual patch
|
||||
virtual report
|
||||
virtual context
|
||||
|
||||
@r1 depends on patch@
|
||||
identifier fn;
|
||||
typedef bool;
|
||||
symbol false;
|
||||
symbol true;
|
||||
@@
|
||||
|
||||
bool fn ( ... )
|
||||
{
|
||||
<...
|
||||
return
|
||||
(
|
||||
- 0
|
||||
+ false
|
||||
|
|
||||
- 1
|
||||
+ true
|
||||
)
|
||||
;
|
||||
...>
|
||||
}
|
||||
|
||||
@r2 depends on report || context@
|
||||
identifier fn;
|
||||
position p;
|
||||
@@
|
||||
|
||||
bool fn ( ... )
|
||||
{
|
||||
<...
|
||||
return
|
||||
(
|
||||
* 0@p
|
||||
|
|
||||
* 1@p
|
||||
)
|
||||
;
|
||||
...>
|
||||
}
|
||||
|
||||
|
||||
@script:python depends on report@
|
||||
p << r2.p;
|
||||
fn << r2.fn;
|
||||
@@
|
||||
|
||||
msg = "WARNING: return of 0/1 in function '%s' with return type bool" % fn
|
||||
coccilib.report.print_report(p[0], msg)
|
|
@ -5,7 +5,7 @@
|
|||
// Confidence: High
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments: requires at least Coccinelle 0.2.4, lex or parse error otherwise
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
///
|
||||
// Confidence: Very High
|
||||
// Copyright: (C) 2020 Intel Corporation
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
virtual context
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Confidence: High
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Confidence: Moderate
|
||||
// Copyright: (C) 2013 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2013 Gilles Muller, INRIA/LIP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
///
|
||||
// Confidence: Moderate
|
||||
// Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments: Comments on code can be deleted if near code that is removed.
|
||||
// "when strict" can be removed to get more hits, but adds false
|
||||
// positives
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
///
|
||||
// Confidence: Moderate
|
||||
// Copyright: (C) 2012 Peter Senna Tschudin, INRIA/LIP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments: Some false positives on empty default cases in switch statements.
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// Confidence: High
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
@ -14,12 +14,10 @@ virtual context
|
|||
|
||||
@r@
|
||||
expression x;
|
||||
statement S1,S2;
|
||||
position p;
|
||||
@@
|
||||
|
||||
*if@p (&x)
|
||||
S1 else S2
|
||||
*\(&x@p == NULL \| &x@p != NULL\)
|
||||
|
||||
@script:python depends on org@
|
||||
p << r.p;
|
|
@ -4,7 +4,7 @@
|
|||
// Confidence: High
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
// Confidence: High
|
||||
// Copyright: (C) 2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Requires: 1.0.0
|
||||
// Options:
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments: -I ... -all_includes can give more complete results
|
||||
// Options:
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
// Copyright: (C) 2010-2012 Nicolas Palix.
|
||||
// Copyright: (C) 2010-2012 Julia Lawall, INRIA/LIP6.
|
||||
// Copyright: (C) 2010-2012 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
// Copyright: (C) 2010 Nicolas Palix, DIKU.
|
||||
// Copyright: (C) 2010 Julia Lawall, DIKU.
|
||||
// Copyright: (C) 2010 Gilles Muller, INRIA/LiP6.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Comments:
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
// Confidence: High
|
||||
// Copyright: (C) 2012, 2015 Julia Lawall, INRIA.
|
||||
// Copyright: (C) 2012, 2015 Gilles Muller, INRIA.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --no-includes --include-headers
|
||||
|
||||
virtual patch
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
///
|
||||
// Confidence: Average
|
||||
// Copyright: (C) 2015 Andrzej Hajda, Samsung Electronics Co., Ltd.
|
||||
// URL: http://coccinelle.lip6.fr/
|
||||
// URL: https://coccinelle.gitlabpages.inria.fr/website
|
||||
// Options: --all-includes
|
||||
|
||||
virtual context
|
||||
|
|
Loading…
Add table
Reference in a new issue